Commit f6feba5b by hulei

设置默认角色名称

parent 86b74dcb
......@@ -89,6 +89,10 @@ public class ISCAuthInterceptor implements HandlerInterceptor{
sessionUserVo.setLogName(loginInfoVO.getUsername());
sessionUserVo.setWorkOrg(loginInfoVO.getAccbchList().getBranch());
sessionUserVo.setOwnOrgDepartmentNumber(loginInfoVO.getCurrentOrg().getDepartmentnumber());
sessionUserVo.setRoleID(loginInfoVO.getCurRole().getId());
sessionUserVo.setParentRoleID(loginInfoVO.getCurRole().getParentroleid());
sessionUserVo.setRoleName(loginInfoVO.getCurRole().getName());
// sessionUserVo.setParentRoleName("");
settleContext.setSessionUserVo(sessionUserVo);
settleContext.simpleLoadSettleSession();
this.clearUserLock(requestURI,sessionUserVo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment