|  | @@ -80,10 +80,11 @@ public class AuditLogInterceptor extends HandlerInterceptorAdapter {
 | 
	
		
			
				|  |  |  				ignoreLogUrl.add("query");
 | 
	
		
			
				|  |  |  				ignoreLogUrl.add("get");
 | 
	
		
			
				|  |  |  				ignoreLogUrl.add("find");
 | 
	
		
			
				|  |  | +				ignoreLogUrl.add("list");
 | 
	
		
			
				|  |  |  				ignoreLogUrl.add("detail");
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  			for (String e : ignoreLogUrl) {
 | 
	
		
			
				|  |  | -				if(substring.contains(e.toLowerCase())){
 | 
	
		
			
				|  |  | +				if(substring.contains(e)){
 | 
	
		
			
				|  |  |  					return;
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  			}
 |