Commit 1de70c96 by 泽锋 李

自动改在线算法修改

parent 4cf1be6f
......@@ -901,7 +901,6 @@ t1.id as 'shortage_push_id',
t1.bailun_sku,
t1.warehouse_code,
now() as 'push_time',
t1.push_date,
(case
when t_db.hq_type in ( '国内仓' ) then ifnull(tc1.sum_usable_stock,0) - ifnull(tc2.sum_unshipped_quantity,0)
else ifnull(tnc1.usable_stock,0) - ifnull(tnc2.quantity_unshipped,0)
......
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