This commit is contained in:
wxp01309236
2023-06-19 14:28:38 +08:00
parent 3cb13f4b95
commit 8341dfc740
2 changed files with 4 additions and 5 deletions

View File

@@ -208,10 +208,10 @@
update hy_partner_base_info
<set>
<if test="userName != null and userName!=''">
username = #{record.username},
username = #{userName},
</if>
<if test="mobile != null and mobile!=''">
mobile = #{record.mobile},
mobile = #{mobile},
</if>
where partner_id = #{partnerId}
</set>