Commit 32d7da2f by guojuxing

业绩概览

parent 5c77209a
...@@ -173,6 +173,7 @@ public class AuthInterceptor extends HandlerInterceptorAdapter { ...@@ -173,6 +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;
} }
} }
......
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