Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/koipa_edu_2025-1
This commit is contained in:
commit
ccbb996048
@ -374,7 +374,7 @@ public class CmdTrgtMngController {
|
|||||||
LoginVO loginVO = (LoginVO) session.getAttribute("LoginVO");
|
LoginVO loginVO = (LoginVO) session.getAttribute("LoginVO");
|
||||||
String authority = loginVO.getAuthority();
|
String authority = loginVO.getAuthority();
|
||||||
// 관할청 담당자일때
|
// 관할청 담당자일때
|
||||||
if("ROLE_ADR_JRSDC".equals(authority)) {
|
if("ROLE_ADR_KIPO".equals(authority)) {
|
||||||
userWork = loginVO.getUserWork();
|
userWork = loginVO.getUserWork();
|
||||||
}
|
}
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user