Commit daf41892 by guojuxing

权限拦截错误

parent 32d7da2f
...@@ -173,7 +173,7 @@ public class AuthInterceptor extends HandlerInterceptorAdapter { ...@@ -173,7 +173,7 @@ public class AuthInterceptor extends HandlerInterceptorAdapter {
return true; return true;
} catch (Exception e) { } catch (Exception e) {
log.warn("权限拦截错误:{}", e.getMessage(), e); log.warn("权限拦截错误:{}", e.getMessage(), e);
return false; throw new CommonException(ErrorCode.SYSTEM_ERROR.getErrorCode(), e.getMessage());
} }
} }
......
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