mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
分堆打包配件列表过滤
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@
|
||||
from order_parts op
|
||||
left join order_item oi on op.organ_id = oi.organ_id and op.order_id = oi.order_id and op.id = oi.parts_id
|
||||
|
||||
where op.organ_id = #{organId} and op.order_id = #{orderId} and op.deleted = false
|
||||
where op.organ_id = #{organId} and op.order_id = #{orderId} and op.deleted = false and oi.package_id = 0
|
||||
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user