Browse Source

Merge remote-tracking branch 'origin/dev_areacode_dict' into dev

dev_shibei_match
yinzuomei 5 years ago
parent
commit
568b2cdf17
  1. 2
      epmet-module/epmet-common-service/common-service-server/src/main/resources/mapper/AreaCodeChildDao.xml
  2. 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/AreaCodeChildDao.xml

@ -5,7 +5,7 @@
<select id="selectAllChild" resultType="com.epmet.dto.AreaCodeChildDTO"> <select id="selectAllChild" resultType="com.epmet.dto.AreaCodeChildDTO">
select * from area_code_child select * from area_code_child m where m.DEL_FLAG = '0'
</select> </select>
<select id="selectByCode" resultType="com.epmet.dto.AreaCodeChildDTO"> <select id="selectByCode" resultType="com.epmet.dto.AreaCodeChildDTO">

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

@ -5,7 +5,7 @@
<select id="selectAllArea" resultType="com.epmet.dto.AreaCodeDTO"> <select id="selectAllArea" resultType="com.epmet.dto.AreaCodeDTO">
select * from area_code select * from area_code m where m.DEL_FLAG = '0'
</select> </select>
<select id="selectByCountyCode" resultType="com.epmet.dto.AreaCodeDTO"> <select id="selectByCountyCode" resultType="com.epmet.dto.AreaCodeDTO">

Loading…
Cancel
Save