md
This commit is contained in:
parent
9ccb2df37c
commit
f448f559dc
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user