Commit f6dd7268 by 泽锋 李

fix

parent dc84c61d
......@@ -441,6 +441,7 @@ select
when t6.buyer_name in ('张莹霞') then ( case when t1.quantity_init_advise>0 then greatest(t1.quantity_init_advise,t6.moq) else 0 end) -- (张莹霞的sku取moq下单)
when t7.sum_quantity_init_advise>=t7.max_moq then t1.quantity_init_advise-- 如果商品的下单总量达到moq了,就直接下单
when t7.sku_count=1 then t7.max_moq -- 如果该商品只有一个sku需要下单,则直接下一个moq
when ifnull( t7.sum_history_fourteenday_sales,0)<=0 then t1.quantity_init_advise
else
FLOOR(
GREATEST(t1.quantity_init_advise,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