This commit is contained in:
linfso 2024-09-13 08:44:16 +08:00
parent 9ccb2df37c
commit f448f559dc

View File

@ -199,7 +199,7 @@
update emis_customer_address set bl_default_flag = '0' where customer_code = #{customerCode} and address_type = #{addressType}
</update>
<update id="setCustomerDefaultFlag" parameterType="Long">
<update id="setCustomerDefaultFlag" parameterType="EmisCustomerAddress">
update emis_customer_address set bl_default_flag = #{blDefaultFlag} where id = #{id}
</update>