|
@ -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"> |
|
|