Commit 7f3b0c3d by jianshuqin

缺货数量修复已配送数量

parent 523474c1
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
and has_innersale = 0 and has_innersale = 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
and bailun_sku_quantity_ordered > bailun_sku_quantity_picked
and bailun_interception_status in ('None', 'Failed') and bailun_interception_status in ('None', 'Failed')
and warehouse_code != '' and warehouse_code != ''
and platform_type != 'FBA' and platform_type != 'FBA'
......
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