|
@@ -13,15 +13,15 @@
|
|
|
<result property="xmjsyj" column="xmjsyj"/>
|
|
|
<result property="zzwh" column="zzwh"/>
|
|
|
<result property="fzDate" column="fz_date"/>
|
|
|
- <result property="attachment" column="attachment" typeHandler="com.siwei.apply.handler.JsonbTypeHandler" />
|
|
|
+ <result property="attachment" column="attachment" typeHandler="com.siwei.apply.handler.JsonbTypeHandler"/>
|
|
|
<result property="hasOnchain" column="has_onchain"/>
|
|
|
- <result property="createAt" column="create_at"/>
|
|
|
- <result property="updateAt" column="update_at"/>
|
|
|
+ <result property="createdAt" column="created_at"/>
|
|
|
+ <result property="updatedAt" column="updated_at"/>
|
|
|
<result property="creatorId" column="creator_id"/>
|
|
|
</resultMap>
|
|
|
<insert id="addYdysyxz" parameterType="com.siwei.apply.domain.Ydysyxz">
|
|
|
INSERT INTO t_ydysyxz (id, project_id, jsyj, jsdd, area, has_zz,
|
|
|
- xmjsyj, zzwh, fz_date, has_onchain,create_at, update_at, creator_id)
|
|
|
+ xmjsyj, zzwh, fz_date, has_onchain, created_at, updated_at, creator_id)
|
|
|
VALUES (#{id}, #{projectId}, #{jsyj}, #{jsdd}, #{area}, #{hasZz},
|
|
|
#{xmjsyj}, #{zzwh}, #{fzDate},
|
|
|
#{hasOnchain}, now(), now(), #{creatorId})
|