mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化 删除无用代码
This commit is contained in:
		@@ -94,7 +94,6 @@ public class CryptoFilter implements Filter {
 | 
			
		||||
        // 获取注解
 | 
			
		||||
        try {
 | 
			
		||||
            HandlerExecutionChain mappingHandler = handlerMapping.getHandler(servletRequest);
 | 
			
		||||
            System.out.println(mappingHandler);
 | 
			
		||||
            if (ObjectUtil.isNotNull(mappingHandler)) {
 | 
			
		||||
                Object handler = mappingHandler.getHandler();
 | 
			
		||||
                if (ObjectUtil.isNotNull(handler)) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user