Commit dd49d703 by huluobin

update

parent dbfe1834
......@@ -42,7 +42,7 @@ public class SessionHandlerInterceptor implements HandlerInterceptor {
SessionUtils.putSysUser(sysUser);
return true;
}
throw ex;
throw new BizRuntimeException("400", "请先登陆");
}
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