mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
新增排单-板材分组接口新增;优化生产新增小板接口新增
This commit is contained in:
+1
-2
@@ -22,8 +22,7 @@
|
||||
from order_package op
|
||||
join order_item oi on op.id = oi.package_id and op.organ_id = oi.organ_id
|
||||
where
|
||||
op.status <> 0
|
||||
and oi.package_id != 0
|
||||
oi.package_id != 0
|
||||
and op.organ_id = #{organId}
|
||||
and op.order_id in
|
||||
<foreach item="id" collection="orderIds" open="(" separator="," close=")">
|
||||
|
||||
Reference in New Issue
Block a user