Merge branch 'jiwoo'
This commit is contained in:
commit
e45df61b44
@ -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