유통지도 시도 정렬 오름차순으로 order by

main
유지인 2026-02-27 09:31:08 +09:00
parent cc840a38cf
commit 2a5f8edc0a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<mapper namespace="geoinfo.map.main.service.MapMainMapper">
<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 id="selectWebBoundGugun" parameterType="map" resultType="egovMap">