Browse Source

形成上报现居地行政地区编码查询,不限制 自定义

release
yinzuomei 3 years ago
parent
commit
63d28a2860
  1. 2
      epmet-module/epmet-common-service/common-service-server/src/main/resources/mapper/AreaCodeDao.xml

2
epmet-module/epmet-common-service/common-service-server/src/main/resources/mapper/AreaCodeDao.xml

@ -84,7 +84,6 @@
area_code_child ac area_code_child ac
WHERE WHERE
ac.DEL_FLAG = '0' ac.DEL_FLAG = '0'
AND ac.USER_DEFINED = '0'
<if test='null != pCode and "" != pCode'> <if test='null != pCode and "" != pCode'>
AND ac.p_code=#{pCode} AND ac.p_code=#{pCode}
</if> </if>
@ -101,7 +100,6 @@
area_code_child ac area_code_child ac
WHERE WHERE
ac.DEL_FLAG = '0' ac.DEL_FLAG = '0'
AND ac.USER_DEFINED = '0'
<if test='null != pCode and "" != pCode'> <if test='null != pCode and "" != pCode'>
AND ac.p_code=#{pCode} AND ac.p_code=#{pCode}
</if> </if>

Loading…
Cancel
Save