thkim 2026-03-05 10:30:55 +09:00
commit 3a230a2157
1 changed files with 1 additions and 1 deletions

View File

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