xml修改没有添加逗号
This commit is contained in:
parent
aaa36fa9b4
commit
f44f7571ba
@ -167,9 +167,9 @@
|
|||||||
<if test="null != updateBy and '' != updateBy">update_by = #{updateBy},</if>
|
<if test="null != updateBy and '' != updateBy">update_by = #{updateBy},</if>
|
||||||
<if test="null != updateTime ">update_time = #{updateTime},</if>
|
<if test="null != updateTime ">update_time = #{updateTime},</if>
|
||||||
<if test="null != remark and '' != remark">remark = #{remark},</if>
|
<if test="null != remark and '' != remark">remark = #{remark},</if>
|
||||||
<if test="null != soc">soc = #{soc}</if>
|
<if test="null != soc">soc = #{soc},</if>
|
||||||
<if test="null != isRefund">is_refund = #{isRefund}</if>
|
<if test="null != isRefund">is_refund = #{isRefund},</if>
|
||||||
<if test="null != socProtect">soc_protect = #{socProtect}</if>
|
<if test="null != socProtect">soc_protect = #{socProtect},</if>
|
||||||
</set>
|
</set>
|
||||||
WHERE app_user_id = #{appUserId}
|
WHERE app_user_id = #{appUserId}
|
||||||
</update>
|
</update>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user