This commit is contained in:
linfso 2024-05-07 11:39:05 +08:00
parent 6c28c4231b
commit 794f02af83

View File

@ -285,11 +285,11 @@
<if test="updateSite != null and updateSite != ''">#{updateSite},</if>
</trim>
</insert>
<!-- <if test="customerCode != null and customerCode != ''">customer_code = #{customerCode},</if>-->
<update id="updateEmisCustomerUser" parameterType="EmisCustomerUser">
update emis_customer_user
<trim prefix="SET" suffixOverrides=",">
<if test="customerCode != null and customerCode != ''">customer_code = #{customerCode},</if>
<if test="customerName != null and customerName != ''">customer_name = #{customerName},</if>
<if test="customerNameEn != null and customerNameEn != ''">customer_name_en = #{customerNameEn},</if>
<if test="simpleName != null and simpleName != ''">simple_name = #{simpleName},</if>