diff --git a/emis-oms-biz/src/main/resources/mapper/EmisCustomerAddressMapper.xml b/emis-oms-biz/src/main/resources/mapper/EmisCustomerAddressMapper.xml index 25e96c1..e62b23c 100644 --- a/emis-oms-biz/src/main/resources/mapper/EmisCustomerAddressMapper.xml +++ b/emis-oms-biz/src/main/resources/mapper/EmisCustomerAddressMapper.xml @@ -199,7 +199,7 @@ update emis_customer_address set bl_default_flag = '0' where customer_code = #{customerCode} and address_type = #{addressType} - + update emis_customer_address set bl_default_flag = #{blDefaultFlag} where id = #{id}