|
@@ -139,7 +139,7 @@ on a.elements_Id = b.id
|
|
|
left join sy_packing_list_fabric_item c
|
|
|
on a.tailoring_fabric_item_id = c.id
|
|
|
where a.sy_shipping_order_item_id =#{id}
|
|
|
- GROUP BY a.group_id order by a.english_name,b.declaration_name desc
|
|
|
+ GROUP BY a.group_id order by a.english_name desc
|
|
|
</select>
|
|
|
|
|
|
|