管道基础大数据平台系统开发-【后端】-Server
xing
2023-02-21 cf547f4d9c56cf2d86ae60132aa7496bee93bf9c
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);