|
@@ -94,7 +94,7 @@ a.salesman, a.operating_department as operatingDepartment, a.purchase_outsourcin
|
|
|
FROM sy_shipping_order_item a
|
|
|
left join sy_packing_list_tailoring_item c
|
|
|
on a.tailoring_fabric_item_id = c.id
|
|
|
- where del_flag = 0 and sy_shipping_order_item_id = #{id}
|
|
|
+ where a.del_flag = 0 and sy_shipping_order_item_id = #{id}
|
|
|
group by c.group_id order by style_number,smail_po desc
|
|
|
</select>
|
|
|
|