|
@@ -144,7 +144,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="confirm1 != null and confirm1 != ''">confirm1 = #{confirm1},</if>
|
|
|
<if test="confirm2 != null and confirm2 != ''">confirm2 = #{confirm2},</if>
|
|
|
<if test="confirmationDate != null">confirmation_date = #{confirmationDate},</if>
|
|
|
- <if test="remarks != null">remarks = #{remarks},</if>
|
|
|
+ <if test="remarks != null and remarks != ''">remarks = #{remarks},</if>
|
|
|
<if test="approveId != null">approve_id = #{approveId},</if>
|
|
|
<if test="subId != null">sub_id = #{subId},</if>
|
|
|
<if test="delFlag != null">del_flag = #{delFlag},</if>
|
|
@@ -163,7 +163,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="confirm1 != null and confirm1 != ''">confirm1 = #{confirm1},</if>
|
|
|
<if test="confirm2 != null and confirm2 != ''">confirm2 = #{confirm2},</if>
|
|
|
<if test="confirmationDate != null">confirmation_date = #{confirmationDate},</if>
|
|
|
- <if test="remarks != null">remarks = #{remarks},</if>
|
|
|
+ <if test="remarks != null and remarks != ''">remarks = #{remarks},</if>
|
|
|
<if test="createrCode != null">creater_code = #{createrCode},</if>
|
|
|
<if test="createdate != null">createdate = #{createdate},</if>
|
|
|
<if test="updaterCode != null">updater_code = #{updaterCode},</if>
|