| 
					
				 | 
			
			
				@@ -237,7 +237,9 @@ where del_flag = 0 and sy_shipping_order_item_id = #{id}  group by group_id) t 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         select a.* from sy_shipping_order_item a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         left join sy_declaration_elements b 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         on a.elements_Id = b.id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        where a.del_flag = 0 and a.sy_shipping_order_item_id = #{id} group by b.id order by a.style_number,a.smail_po desc 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        where a.del_flag = 0 and a.sy_shipping_order_item_id = #{id} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        group by a.elements_Id,a.style_number,a.smail_po,a.unit_price 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        order by a.style_number,a.smail_po desc 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |