diff --git a/epmet-module/epmet-common-service/common-service-server/src/main/resources/mapper/AreaCodeDao.xml b/epmet-module/epmet-common-service/common-service-server/src/main/resources/mapper/AreaCodeDao.xml
index eca90f2415..324edf5f0f 100644
--- a/epmet-module/epmet-common-service/common-service-server/src/main/resources/mapper/AreaCodeDao.xml
+++ b/epmet-module/epmet-common-service/common-service-server/src/main/resources/mapper/AreaCodeDao.xml
@@ -84,7 +84,6 @@
area_code_child ac
WHERE
ac.DEL_FLAG = '0'
- AND ac.USER_DEFINED = '0'
AND ac.p_code=#{pCode}
@@ -101,7 +100,6 @@
area_code_child ac
WHERE
ac.DEL_FLAG = '0'
- AND ac.USER_DEFINED = '0'
AND ac.p_code=#{pCode}