Commit cce50030 by 陶光胜

加日志

parent a3ba9cdf
......@@ -65,11 +65,11 @@ public class WebInterceptor extends HandlerInterceptorAdapter {
}
LoginVO loginUser = (LoginVO) AuthRequestUtil.getSessionUser();
if (loginUser == null) {
/**if (loginUser == null) {
this.errorResult(httpServletResponse, HaoBanErrCode.ERR_4);
logger.info("用户不存在!");
return true;
}
}**/
HandlerMethod method = null;
if (o instanceof HandlerMethod) {
method = (HandlerMethod) (o);
......
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