시군구 조회 수정

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> </when>
<otherwise> <otherwise>
<if test="currentUser.institute != 'default'"> <if test="currentUser.institute != 'default'">
WHERE A.INST_CD = #{currentUser.institute} WHERE A.SGG_CD = #{currentUser.user.orgID}
</if> </if>
<if test="currentUser.institute == 'default'"> <if test="currentUser.institute == 'default'">
UNION UNION

Loading…
Cancel
Save