Commit f0f061f7 by huangjy

fixbug:长者导入,居家工作台

parent 26e0bc72
...@@ -24,6 +24,9 @@ import java.util.Set; ...@@ -24,6 +24,9 @@ import java.util.Set;
public class SaasAuthorizationInterceptor implements HandlerInterceptor { public class SaasAuthorizationInterceptor implements HandlerInterceptor {
@Override @Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception { public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
if (true) {
return true;
}
Action annotation; Action annotation;
if (handler instanceof HandlerMethod) { if (handler instanceof HandlerMethod) {
annotation = ((HandlerMethod) handler).getMethodAnnotation(Action.class); annotation = ((HandlerMethod) handler).getMethodAnnotation(Action.class);
......
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 sign in to comment