|
@@ -12,6 +12,7 @@
|
|
|
<result property="endTime" column="end_time"/>
|
|
|
<result property="cipher" column="cipher"/>
|
|
|
<result property="investigateDispositionIds" column="investigate_disposition_ids"/>
|
|
|
+ <result property="investigateDispositionIdsJieDai" column="investigate_disposition_ids_jie_dai"/>
|
|
|
<result property="createBy" column="create_by"/>
|
|
|
<result property="createTime" column="create_time"/>
|
|
|
<result property="updateBy" column="update_by"/>
|
|
@@ -50,6 +51,7 @@
|
|
|
begin_time,
|
|
|
end_time,
|
|
|
investigate_disposition_ids,
|
|
|
+ investigate_disposition_ids_jie_dai,
|
|
|
cipher,
|
|
|
create_by,
|
|
|
create_time,
|
|
@@ -67,6 +69,7 @@
|
|
|
t.end_time,
|
|
|
t.begin_time,
|
|
|
t.investigate_disposition_ids,
|
|
|
+ t.investigate_disposition_ids_jie_dai,
|
|
|
t.CIPHER,
|
|
|
t.create_by,
|
|
|
t.create_time,
|
|
@@ -106,6 +109,7 @@
|
|
|
t.end_time,
|
|
|
t.begin_time,
|
|
|
t.investigate_disposition_ids,
|
|
|
+ t.investigate_disposition_ids_jie_dai,
|
|
|
t.CIPHER,
|
|
|
t.create_by,
|
|
|
t.create_time,
|
|
@@ -138,6 +142,7 @@
|
|
|
<if test="endTime != null">end_time,</if>
|
|
|
<if test="beginTime != null">begin_time,</if>
|
|
|
<if test="investigateDispositionIds != null">investigate_disposition_ids,</if>
|
|
|
+ <if test="investigateDispositionIdsJieDai != null">investigate_disposition_ids_jie_dai,</if>
|
|
|
<if test="cipher != null">cipher,</if>
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
<if test="createTime != null">create_time,</if>
|
|
@@ -151,6 +156,7 @@
|
|
|
<if test="endTime != null">#{endTime},</if>
|
|
|
<if test="beginTime != null">#{beginTime},</if>
|
|
|
<if test="investigateDispositionIds != null">#{investigateDispositionIds},</if>
|
|
|
+ <if test="investigateDispositionIdsJieDai != null">#{investigateDispositionIdsJieDai},</if>
|
|
|
<if test="cipher != null">#{cipher},</if>
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
@@ -168,6 +174,7 @@
|
|
|
<if test="endTime != null">end_time = #{endTime},</if>
|
|
|
<if test="beginTime != null">begin_time = #{beginTime},</if>
|
|
|
<if test="investigateDispositionIds != null">investigate_disposition_ids = #{investigateDispositionIds},</if>
|
|
|
+ <if test="investigateDispositionIdsJieDai != null">investigate_disposition_ids_jie_dai = #{investigateDispositionIdsJieDai},</if>
|
|
|
<if test="cipher != null">cipher = #{cipher},</if>
|
|
|
<if test="createBy != null">create_by = #{createBy},</if>
|
|
|
<if test="createTime != null">create_time = #{createTime},</if>
|