|  |  | @ -410,6 +410,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="manufactory != null and manufactory != ''"> |  |  |  |             <if test="manufactory != null and manufactory != ''"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 and manufactory LIKE concat('%',#{manufactory},'%') |  |  |  |                 and manufactory LIKE concat('%',#{manufactory},'%') | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <if test="dispatch != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 and basic_udirel.dispatch = #{dispatch} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <if test="groupBuy != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 and basic_udirel.groupBuy = #{groupBuy} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </where> |  |  |  |         </where> | 
			
		
	
		
		
			
				
					
					|  |  |  |         ORDER BY modifyTime DESC |  |  |  |         ORDER BY modifyTime DESC | 
			
		
	
		
		
			
				
					
					|  |  |  |     </select> |  |  |  |     </select> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |