임시쿼리변경

This commit is contained in:
KNKIM 2021-09-03 18:13:03 +09:00
parent fc4a858de7
commit 2307034219

View File

@ -42,7 +42,8 @@
, '37.5392866' AS LATITUDE
, '126.9472778' AS LONGITUDE
FROM SM_DEPT A
WHERE DEPT_SEQ = #{councilCd}
/*WHERE DEPT_SEQ = x{councilCd}*/
LIMIT 1
</select>