이지우 - 구형 분쟁 조정 신청 이동 시 신규 분쟁 조정 신청으로 이동되게끔 리다이렉트 처리
This commit is contained in:
parent
728e5b6a53
commit
88dc631bfd
@ -112,6 +112,9 @@ public class MediationController {
|
||||
|
||||
setSessionMessageRemove(session);
|
||||
|
||||
if(true) {
|
||||
return new ModelAndView("redirect:/web/user/mediation/case/01/154/mediationApp.do");
|
||||
}
|
||||
/*----권한체크----*/
|
||||
Integer memberIdx = Integer.valueOf(SeedUtils.setReplaceNull(session.getAttribute("memberIdx"),"0"));
|
||||
String memberGrant = (memberIdx == 0) ? "N" : SeedUtils.setReplaceNull(managerMemberService.getMemberMapForm(memberIdx, new String[] {"memberGrant"}).get("_memberGrant"), "N");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user