|
@@ -68,7 +68,7 @@ d.id, u1.nick_name confirm1_name, u2.nick_name confirm2_name, d.confirm1, d.conf
|
|
|
<if test="updaterCode != null and updaterCode != ''"> and updater_code = #{updaterCode}</if>
|
|
|
<if test="updatedate != null "> and updatedate = #{updatedate}</if>
|
|
|
<if test="deptId != null "> and dept_id = #{deptId}</if>
|
|
|
- <if test="remarks != null and remarks != ''"> and remarks = #{remarks}</if>
|
|
|
+ <if test="remarks != null"> and remarks = #{remarks}</if>
|
|
|
<if test="approveStatus != null "> and approve_status = #{approveStatus}</if>
|
|
|
<if test="confirm1 != null "> and confirm1 = #{confirm1}</if>
|
|
|
<if test="confirm2 != null "> and confirm2 = #{confirm2}</if>
|
|
@@ -168,7 +168,7 @@ d.id, u1.nick_name confirm1_name, u2.nick_name confirm2_name, d.confirm1, d.conf
|
|
|
<if test="updaterCode != null">updater_code = #{updaterCode},</if>
|
|
|
<if test="updatedate != null">updatedate = #{updatedate},</if>
|
|
|
<if test="deptId != null">dept_id = #{deptId},</if>
|
|
|
- <if test="remarks != null and remarks != ''">remarks = #{remarks},</if>
|
|
|
+ <if test="remarks != null ">remarks = #{remarks},</if>
|
|
|
<if test="approveStatus != null">approve_status = #{approveStatus},</if>
|
|
|
<if test="confirm1 != null">confirm1 = #{confirm1},</if>
|
|
|
<if test="confirm2 != null">confirm2 = #{confirm2},</if>
|
|
@@ -189,7 +189,7 @@ d.id, u1.nick_name confirm1_name, u2.nick_name confirm2_name, d.confirm1, d.conf
|
|
|
<if test="createdate != null">createdate = #{createdate},</if>
|
|
|
<if test="updaterCode != null">updater_code = #{updaterCode},</if>
|
|
|
<if test="updatedate != null">updatedate = #{updatedate},</if>
|
|
|
- <if test="remarks != null and remarks != ''">remarks = #{remarks},</if>
|
|
|
+ <if test="remarks != null ">remarks = #{remarks},</if>
|
|
|
</trim>
|
|
|
where id in
|
|
|
<foreach item="id" collection="ids" open="(" separator="," close=")">
|