|  |  | @ -588,11 +588,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <select id="filterListByOrder" parameterType="java.util.List" |  |  |  |     <select id="filterListByOrder" parameterType="java.util.List" | 
			
		
	
		
		
			
				
					
					|  |  |  |             resultType="com.glxp.sale.admin.entity.inout.OrderEntity"> |  |  |  |             resultType="com.glxp.sale.admin.entity.inout.OrderEntity"> | 
			
		
	
		
		
			
				
					
					|  |  |  |         SELECT * FROM io_order WHERE id IN |  |  |  |         SELECT io_order.*,basic_bussiness_type.name billTypeName FROM io_order | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         left join basic_bussiness_type on io_order.action =basic_bussiness_type.action | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         WHERE io_order.id IN | 
			
		
	
		
		
			
				
					
					|  |  |  |         <foreach collection="orderList" item="item" open="(" separator="," close=")"> |  |  |  |         <foreach collection="orderList" item="item" open="(" separator="," close=")"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             #{item} |  |  |  |             #{item} | 
			
		
	
		
		
			
				
					
					|  |  |  |         </foreach> |  |  |  |         </foreach> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         order by actDate |  |  |  |         order by actDate | 
			
		
	
		
		
			
				
					
					|  |  |  |     </select> |  |  |  |     </select> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |