|  |  | @ -154,6 +154,9 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="codeCheck != null"> |  |  |  |             <if test="codeCheck != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND basic_products.requireScanCode = #{codeCheck} |  |  |  |                 AND basic_products.requireScanCode = #{codeCheck} | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <if test="requireCost != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 AND basic_products.requireCost = #{requireCost} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="unionCode != '' and unionCode != null"> |  |  |  |             <if test="unionCode != '' and unionCode != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 and ( |  |  |  |                 and ( | 
			
		
	
		
		
			
				
					
					|  |  |  |                         nameCode LIKE concat('%', #{unionCode}, '%') |  |  |  |                         nameCode LIKE concat('%', #{unionCode}, '%') | 
			
		
	
	
		
		
			
				
					|  |  | 
 |