|
@@ -371,7 +371,6 @@
|
|
|
join aps_blank_order abo on apo.BLANKID = abo.id
|
|
|
join aps_production_order apro on apro.ID = abo.PRODUCTIONORDERID
|
|
|
join aps_product_detail apd on apoom.ORDERDETAILID = apd.id -- 订单产品明细
|
|
|
- left join aps_product_specs aps on apoom.THICKNESS > aps.THICKSTR and apoom.THICKNESS <= aps.THICKEND and aps.DELETED='0'
|
|
|
left join aps_production_merge_order apmd on apmd.ID = apd.MERGEORDERNUMBER and apmd.DELETED='0'
|
|
|
where
|
|
|
apope.deleted='0' and apo.DELETED='0' and abo.DELETED='0' and apro.deleted='0'
|