유통지도 시도 정렬 오름차순으로 order by
parent
cc840a38cf
commit
2a5f8edc0a
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<mapper namespace="geoinfo.map.main.service.MapMainMapper">
|
<mapper namespace="geoinfo.map.main.service.MapMainMapper">
|
||||||
<select id="selectWebBoundDo" resultType="egovMap">
|
<select id="selectWebBoundDo" resultType="egovMap">
|
||||||
SELECT DO_CD, MINX, MAXX, MINY, MAXY, DO AS NAME FROM WEB_BOUND_DO
|
SELECT DO_CD, MINX, MAXX, MINY, MAXY, DO AS NAME FROM WEB_BOUND_DO ORDER BY NAME ASC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectWebBoundGugun" parameterType="map" resultType="egovMap">
|
<select id="selectWebBoundGugun" parameterType="map" resultType="egovMap">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue