no message

main
이범준 5 months ago
parent 41f95342c3
commit b49f69d66a

@ -67,7 +67,7 @@ public interface OgdpMapper extends AbstractMapper {
LEFT OUTER JOIN TB_DEPT B ON (A.INST_CD = B.INST_CD) LEFT OUTER JOIN TB_DEPT B ON (A.INST_CD = B.INST_CD)
<choose> <choose>
<when test='anonymous == "Y" '> <when test='anonymous == "Y" '>
WHERE A.INST_CD = #{institute} WHERE A.SGG_CD = #{sggCd}
</when> </when>
<otherwise> <otherwise>
<if test="currentUser.institute != 'default'"> <if test="currentUser.institute != 'default'">

Loading…
Cancel
Save