| 
					
				 | 
			
			
				@@ -21,8 +21,8 @@ public interface DictDataMapper { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "<when test='dictType!=null'>", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " and dict_type = #{dictType}", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "</when>", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            "<when test='dictValue!=null'>", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            " and dict_value = #{dictValue}", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            "<when test='dictName!=null'>", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            " and dict_name = #{dictName}", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "</when>", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "</script>" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }) 
			 |