md
This commit is contained in:
parent
6c28c4231b
commit
794f02af83
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user