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
+