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