Commit 144e97d3 by jianshuqin

缺货数量修复已配送数量

parent 92e60c8e
...@@ -832,6 +832,7 @@ ...@@ -832,6 +832,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