|
@@ -16,7 +16,7 @@
|
|
<result property="tdyt" column="tdyt"/>
|
|
<result property="tdyt" column="tdyt"/>
|
|
<result property="area" column="area"/>
|
|
<result property="area" column="area"/>
|
|
<result property="bdcdyh" column="bdcdyh"/>
|
|
<result property="bdcdyh" column="bdcdyh"/>
|
|
- <result property="bdcdjh" column="bdcdjh"/>
|
|
|
|
|
|
+ <result property="bdczh" column="bdczh"/>
|
|
<result property="djjg" column="djjg"/>
|
|
<result property="djjg" column="djjg"/>
|
|
<result property="djDate" column="dj_date"/>
|
|
<result property="djDate" column="dj_date"/>
|
|
<result property="hasOnchain" column="has_onchain"/>
|
|
<result property="hasOnchain" column="has_onchain"/>
|
|
@@ -35,11 +35,11 @@
|
|
<insert id="add" parameterType="com.siwei.apply.domain.Gyjsydjfwscdj">
|
|
<insert id="add" parameterType="com.siwei.apply.domain.Gyjsydjfwscdj">
|
|
INSERT INTO t_gyjsydjfwscdj (id, project_id, qlr, gyqk, zl,
|
|
INSERT INTO t_gyjsydjfwscdj (id, project_id, qlr, gyqk, zl,
|
|
qllx, qlxz, tdyt, area, bdcdyh,
|
|
qllx, qlxz, tdyt, area, bdcdyh,
|
|
- bdcdjh, djjg, dj_date, has_onchain, creator_id,
|
|
|
|
|
|
+ bdczh, djjg, dj_date, has_onchain, creator_id,
|
|
created_at, updated_at)
|
|
created_at, updated_at)
|
|
VALUES (#{id}, #{projectId}, #{qlr}, #{gyqk}, #{zl},
|
|
VALUES (#{id}, #{projectId}, #{qlr}, #{gyqk}, #{zl},
|
|
#{qllx}, #{qlxz}, #{tdyt}, #{area}, #{bdcdyh},
|
|
#{qllx}, #{qlxz}, #{tdyt}, #{area}, #{bdcdyh},
|
|
- #{bdcdjh}, #{djjg}, #{djDate}, false, #{creatorId},
|
|
|
|
|
|
+ #{bdczh}, #{djjg}, #{djDate}, false, #{creatorId},
|
|
now(), now())
|
|
now(), now())
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
@@ -64,7 +64,7 @@
|
|
<if test="tdyt != null">tdyt = #{tdyt},</if>
|
|
<if test="tdyt != null">tdyt = #{tdyt},</if>
|
|
<if test="area != null">area = #{area},</if>
|
|
<if test="area != null">area = #{area},</if>
|
|
<if test="bdcdyh != null">bdcdyh = #{bdcdyh},</if>
|
|
<if test="bdcdyh != null">bdcdyh = #{bdcdyh},</if>
|
|
- <if test="bdcdjh != null">bdcdjh = #{bdcdjh},</if>
|
|
|
|
|
|
+ <if test="bdczh != null">bdczh = #{bdczh},</if>
|
|
<if test="djjg != null">djjg = #{djjg},</if>
|
|
<if test="djjg != null">djjg = #{djjg},</if>
|
|
<if test="djDate != null">dj_date = #{djDate},</if>
|
|
<if test="djDate != null">dj_date = #{djDate},</if>
|
|
<if test="hasOnchain != null">has_onchain = #{hasOnchain},</if>
|
|
<if test="hasOnchain != null">has_onchain = #{hasOnchain},</if>
|