|  |  | @ -124,8 +124,15 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="manufactory != '' and manufactory != null"> |  |  |  |             <if test="manufactory != '' and manufactory != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND manufactory LIKE concat('%', #{manufactory}, '%') |  |  |  |                 AND manufactory LIKE concat('%', #{manufactory}, '%') | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | <!--            <if test="spec != '' and spec != null">--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | <!--                AND spec LIKE concat('%', #{spec}, '%')--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | <!--            </if>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="spec != '' and spec != null"> |  |  |  |             <if test="spec != '' and spec != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND spec LIKE concat('%', #{spec}, '%') |  |  |  |                 AND ( | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 spec like concat('%', #{spec}, '%') | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 or prepnSpec like concat('%', #{spec}, '%') | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 or prepnUnit like concat('%', #{spec}, '%') | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 ) | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="unionCode != '' and unionCode != null"> |  |  |  |             <if test="unionCode != '' and unionCode != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 or code LIKE concat('%', #{unionCode}, '%') |  |  |  |                 or code LIKE concat('%', #{unionCode}, '%') | 
			
		
	
	
		
		
			
				
					|  |  | 
 |