Commit c6458969 by wutong

计算缺货和未发货不考虑刷单订单

parent 0c364e4b
...@@ -591,6 +591,7 @@ ...@@ -591,6 +591,7 @@
and warehouse_code != '' and warehouse_code != ''
and platform_type != 'FBA' and platform_type != 'FBA'
and has_delete = 0 and has_delete = 0
and has_scalp = 0
and paid_time >= '2019-03-01 12:00:00' and paid_time >= '2019-03-01 12:00:00'
and bailun_sku_quantity_ordered > bailun_sku_quantity_picked and bailun_sku_quantity_ordered > bailun_sku_quantity_picked
GROUP BY GROUP BY
...@@ -644,6 +645,7 @@ ...@@ -644,6 +645,7 @@
and warehouse_code != '' and warehouse_code != ''
and platform_type != 'FBA' and platform_type != 'FBA'
and has_delete = 0 and has_delete = 0
and has_scalp = 0
and paid_time >= '2019-03-01 12:00:00' and paid_time >= '2019-03-01 12:00:00'
and bailun_sku_quantity_ordered > bailun_sku_quantity_shipped and bailun_sku_quantity_ordered > bailun_sku_quantity_shipped
GROUP BY GROUP BY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment