Commit 40b464cf by huluobin

update

parent fe822a39
......@@ -66,6 +66,8 @@ public class SessionHandlerInterceptor implements HandlerInterceptor {
OaUser oaUser = oaUserMapper.selectByOaUserId(userid);
sysUser.setUserName(oaUser.getUserName());
SessionUtils.putSysUser(sysUser);
} catch (Exception ignored) {
}
return true;
......
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