src/main/java/com/lf/server/interceptor/AuthInterceptor.java
@@ -23,7 +23,7 @@ */ @Configuration public class AuthInterceptor implements HandlerInterceptor { private SysService sysService; private final SysService sysService; private static final Log log = LogFactory.getLog(AuthInterceptor.class);