시군구 조회 수정

main
이범준 9 months ago
parent 2e859e2096
commit 7adf5157e1

@ -44,7 +44,7 @@ LEFT OUTER JOIN TB_DEPT B ON (A.INST_CD = B.INST_CD)
</when>
<otherwise>
<if test="currentUser.institute != 'default'">
WHERE A.INST_CD = #{currentUser.institute}
WHERE A.SGG_CD = #{currentUser.user.orgID}
</if>
<if test="currentUser.institute == 'default'">
UNION

Loading…
Cancel
Save