|
|
@ -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
|
|
|
|