|
@@ -206,6 +206,8 @@
|
|
<if test="updaterCode != null">updater_code,</if>
|
|
<if test="updaterCode != null">updater_code,</if>
|
|
<if test="updatedate != null">updatedate,</if>
|
|
<if test="updatedate != null">updatedate,</if>
|
|
<if test="yearReportNo != null">year_report_no,</if>
|
|
<if test="yearReportNo != null">year_report_no,</if>
|
|
|
|
+ <if test="yearWarnDate != null">check_date</if>
|
|
|
|
+ <if test="yearNextWarnDate != null">next_check_date </if>
|
|
pj1,pj2,pj3,pj4,pj5,pj6,pj7,pj8,pj9,pj10,pj11,pj12,pj13,pj14,pj15,pj16,pj17,
|
|
pj1,pj2,pj3,pj4,pj5,pj6,pj7,pj8,pj9,pj10,pj11,pj12,pj13,pj14,pj15,pj16,pj17,
|
|
pj18,pj19,pj20,pj21,pj22,pj23,pj24,pj25,pj26,pj27,pj28,pj29,pj30,pj31,pj32,con
|
|
pj18,pj19,pj20,pj21,pj22,pj23,pj24,pj25,pj26,pj27,pj28,pj29,pj30,pj31,pj32,con
|
|
</trim>
|
|
</trim>
|
|
@@ -222,6 +224,8 @@
|
|
<if test="updaterCode != null">#{updaterCode},</if>
|
|
<if test="updaterCode != null">#{updaterCode},</if>
|
|
<if test="updatedate != null">#{updatedate},</if>
|
|
<if test="updatedate != null">#{updatedate},</if>
|
|
<if test="yearReportNo != null">#{yearReportNo},</if>
|
|
<if test="yearReportNo != null">#{yearReportNo},</if>
|
|
|
|
+ <if test="yearWarnDate != null">#{yearWarnDate},</if>
|
|
|
|
+ <if test="yearNextWarnDate != null">#{yearNextWarnDate},</if>
|
|
<![CDATA[
|
|
<![CDATA[
|
|
'√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','1']]>
|
|
'√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','1']]>
|
|
</trim>
|
|
</trim>
|
|
@@ -243,7 +247,6 @@
|
|
<if test="yearReportNo != null">year_report_no = #{yearReportNo},</if>
|
|
<if test="yearReportNo != null">year_report_no = #{yearReportNo},</if>
|
|
<if test="yearWarnDate != null">check_date = #{yearWarnDate},</if>
|
|
<if test="yearWarnDate != null">check_date = #{yearWarnDate},</if>
|
|
<if test="yearNextWarnDate != null">next_check_date = #{yearNextWarnDate},</if>
|
|
<if test="yearNextWarnDate != null">next_check_date = #{yearNextWarnDate},</if>
|
|
- <if test="checkConclusion != null">con = #{checkConclusion},</if>
|
|
|
|
</trim>
|
|
</trim>
|
|
where id = #{id}
|
|
where id = #{id}
|
|
</update>
|
|
</update>
|