@@ -48,7 +48,7 @@
OR FIELD_ADDRESS LIKE '%' || #{searchNm} || '%'
)
</if>
- ORDER BY NVL2(LATITUDE, 0, 1), DEPT_GROUP_CD, GB_NM, SITE_NM
+ ORDER BY NVL2(LATITUDE, 0, 1), NVL2(LONGITUDE, 0, 1), DEPT_GROUP_CD, GB_NM, SITE_NM
</select>
<insert id="insertSiteAddress" parameterType="map">
@@ -46,6 +46,6 @@
</mapper>