xml修改没有添加逗号

This commit is contained in:
yuyang 2022-01-13 11:54:53 +08:00
parent aaa36fa9b4
commit f44f7571ba

View File

@ -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>