|
@@ -13,6 +13,7 @@
|
|
<result property="qlxz" column="qlxz"/>
|
|
<result property="qlxz" column="qlxz"/>
|
|
<result property="yt" column="yt"/>
|
|
<result property="yt" column="yt"/>
|
|
<result property="area" column="area"/>
|
|
<result property="area" column="area"/>
|
|
|
|
+ <result property="areaUnit" column="area_unit"/>
|
|
<result property="bdcdyh" column="bdcdyh"/>
|
|
<result property="bdcdyh" column="bdcdyh"/>
|
|
<result property="bdczh" column="bdczh"/>
|
|
<result property="bdczh" column="bdczh"/>
|
|
<result property="djjg" column="djjg"/>
|
|
<result property="djjg" column="djjg"/>
|
|
@@ -30,9 +31,9 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<insert id="add" parameterType="com.siwei.apply.domain.Gyjsydscdj">
|
|
<insert id="add" parameterType="com.siwei.apply.domain.Gyjsydscdj">
|
|
- INSERT INTO t_gyjsydscdj (id, project_id, qlr, gyqk, zl, qllx, qlxz, yt, area, bdcdyh, bdczh, djjg, dj_date,
|
|
|
|
|
|
+ INSERT INTO t_gyjsydscdj (id, project_id, qlr, gyqk, zl, qllx, qlxz, yt, area, area_unit, bdcdyh, bdczh, djjg, dj_date,
|
|
has_onchain, creator_id, created_at, updated_at)
|
|
has_onchain, creator_id, created_at, updated_at)
|
|
- VALUES (#{id}, #{projectId}, #{qlr}, #{gyqk}, #{zl}, #{qllx}, #{qlxz}, #{yt}, #{area}, #{bdcdyh}, #{bdczh},
|
|
|
|
|
|
+ VALUES (#{id}, #{projectId}, #{qlr}, #{gyqk}, #{zl}, #{qllx}, #{qlxz}, #{yt}, #{area}, #{areaUnit}, #{bdcdyh}, #{bdczh},
|
|
#{djjg}, #{djDate},
|
|
#{djjg}, #{djDate},
|
|
#{hasOnchain}, #{creatorId}, now(), now())
|
|
#{hasOnchain}, #{creatorId}, now(), now())
|
|
</insert>
|
|
</insert>
|
|
@@ -56,6 +57,7 @@
|
|
<if test="qlxz != null">qlxz = #{qlxz},</if>
|
|
<if test="qlxz != null">qlxz = #{qlxz},</if>
|
|
<if test="yt != null">yt = #{yt},</if>
|
|
<if test="yt != null">yt = #{yt},</if>
|
|
<if test="area != null">area = #{area},</if>
|
|
<if test="area != null">area = #{area},</if>
|
|
|
|
+ <if test="areaUnit != null">area_unit = #{areaUnit},</if>
|
|
<if test="bdcdyh != null">bdcdyh = #{bdcdyh},</if>
|
|
<if test="bdcdyh != null">bdcdyh = #{bdcdyh},</if>
|
|
<if test="bdczh != null">bdczh = #{bdczh},</if>
|
|
<if test="bdczh != null">bdczh = #{bdczh},</if>
|
|
<if test="djjg != null">djjg = #{djjg},</if>
|
|
<if test="djjg != null">djjg = #{djjg},</if>
|