|  |  |  | @ -10,6 +10,9 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="businessType != null and '' != businessType"> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND businessType = #{businessType} | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="remark != '' and remark != null"> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND remark like concat('%', #{remark}, '%') | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="type != null and '' != type"> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND type = #{type} | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |