重新缴费
This commit is contained in:
@@ -199,10 +199,10 @@
|
||||
#{param.updateUserId},
|
||||
</if>
|
||||
<if test="param.deleted != null">
|
||||
#{param.deleted}
|
||||
#{param.deleted},
|
||||
</if>
|
||||
<if test="param.partnerNum != null">
|
||||
#{param.partnerNum}
|
||||
#{param.partnerNum},
|
||||
</if>
|
||||
</trim>
|
||||
ON DUPLICATE KEY UPDATE
|
||||
@@ -283,7 +283,7 @@
|
||||
update_user_id = #{param.updateUserId},
|
||||
</if>
|
||||
<if test="param.deleted != null">
|
||||
deleted = #{param.deleted}
|
||||
deleted = #{param.deleted},
|
||||
</if>
|
||||
<if test="param.partnerNum != null">
|
||||
partner_num = #{param.partnerNum}
|
||||
|
||||
Reference in New Issue
Block a user