|
@@ -205,7 +205,7 @@
|
|
|
<if test="updaterCode != null">updater_code,</if>
|
|
|
<if test="updatedate != null">updatedate,</if>
|
|
|
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
|
|
|
+ pj18,pj19,pj20,pj21,pj22,pj23,pj24,pj25,pj26,pj27,pj28,pj29,pj30,pj31,pj32,con
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">#{id},</if>
|
|
@@ -220,7 +220,7 @@
|
|
|
<if test="updaterCode != null">#{updaterCode},</if>
|
|
|
<if test="updatedate != null">#{updatedate},</if>
|
|
|
<![CDATA[
|
|
|
- '√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√']]>
|
|
|
+ '√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','√','1']]>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
@@ -276,6 +276,11 @@
|
|
|
<if test="pj30 != null">pj30 = #{pj30},</if>
|
|
|
<if test="pj31 != null">pj31 = #{pj31},</if>
|
|
|
<if test="pj32 != null">pj32 = #{pj32},</if>
|
|
|
+ <if test="remarks != null">remarks = #{remarks},</if>
|
|
|
+ <if test="checkDate != null">check_date = #{checkDate},</if>
|
|
|
+ <if test="nextCheckDate != null">next_check_date = #{nextCheckDate},</if>
|
|
|
+ <if test="problem != null">problem = #{problem},</if>
|
|
|
+ <if test="con != null">con = #{con},</if>
|
|
|
</trim>
|
|
|
where dev_id = (
|
|
|
select id
|