|
@@ -266,7 +266,7 @@ where a.del_flag = 0 and a.sy_shipping_order_item_id = #{id} group by a.group_i
|
|
|
on a.elements_Id = b.id
|
|
|
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
|
|
|
+ order by a.supplier,a.salesman,a.style_number,a.smail_po,a.unit_price
|
|
|
|
|
|
</select>
|
|
|
|