From cfcc35df91977e5bf3379659c752b46064a0a2d8 Mon Sep 17 00:00:00 2001 From: donqi Date: Tue, 17 May 2022 21:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=9C=8D=E5=8A=A1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E7=9A=84=E6=9F=A5=E8=AF=A2=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/customer/CustomerAddressMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ghy-custom/src/main/resources/mapper/customer/CustomerAddressMapper.xml b/ghy-custom/src/main/resources/mapper/customer/CustomerAddressMapper.xml index f0587292..48d37869 100644 --- a/ghy-custom/src/main/resources/mapper/customer/CustomerAddressMapper.xml +++ b/ghy-custom/src/main/resources/mapper/customer/CustomerAddressMapper.xml @@ -22,10 +22,10 @@ SELECT customer_address_id, customer_id, name, phone, province_id, city_id, country_id, status, - address, create_by, create_time, remark + address, create_by, create_time, remark, is_default FROM customer_address - + @@ -69,7 +69,7 @@ country_id, status, address, - is_default, + is_default, create_by, remark, create_time @@ -90,7 +90,7 @@ - update costomer_address + update customer_address name = #{name}, phone = #{phone}, @@ -98,7 +98,7 @@ city_id = #{cityId}, country_id = #{countryId}, address = #{address}, - is_default = #{isDefault}, + is_default = #{isDefault}, status = #{status}, remark = #{remark}, update_by = #{updateBy}, @@ -107,4 +107,4 @@ where customer_address_id = #{customerAddressId} - \ No newline at end of file +