2025-10-10 17:25 관리자 정보 수정 화면 수정
This commit is contained in:
parent
65cfabeab8
commit
3dcfac154e
@ -1050,12 +1050,18 @@ public class EgovUserManageController {
|
|||||||
|
|
||||||
userManageVO = egovCryptoUtil.encryptUserManageVO(userManageVO);
|
userManageVO = egovCryptoUtil.encryptUserManageVO(userManageVO);
|
||||||
userManageService.updateUser(userManageVO);
|
userManageService.updateUser(userManageVO);
|
||||||
//권한업데이트
|
//권한업데이트 - null 이 아닌 경우에만 update
|
||||||
egovAuthorGroupService.updateAuthorGroup(authorGroup);
|
//System.out.println("System.out.println(authorGroup.getAuthorCode());");
|
||||||
|
//System.out.println(authorGroup.getAuthorCode());
|
||||||
|
//System.out.println(authorGroup.getAuthorCode());
|
||||||
|
|
||||||
System.out.println("tempLoginVO.getAuthority()");
|
if (authorGroup.getAuthorCode() != null) {
|
||||||
System.out.println(tempLoginVO.getAuthority());
|
egovAuthorGroupService.updateAuthorGroup(authorGroup);
|
||||||
System.out.println(tempLoginVO.getAuthority());
|
}
|
||||||
|
|
||||||
|
//System.out.println("tempLoginVO.getAuthority()");
|
||||||
|
//System.out.println(tempLoginVO.getAuthority());
|
||||||
|
//System.out.println(tempLoginVO.getAuthority());
|
||||||
|
|
||||||
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.update"));
|
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.update"));
|
||||||
if(userManageVO.getGnrlUser().equals("N")){
|
if(userManageVO.getGnrlUser().equals("N")){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user