Commit e78284de by lizefeng

不够3个单,不算平均数

parent 0b898224
......@@ -106,6 +106,12 @@ namespace AutoTurnOver.Services
task_log.Count++;
}
else
{
// 不够3个单,不该有平均数
data.delivery_days = 0;
AveragePurchase.Save(data, conn);
}
var purchaseWList = AveragePurchase.GetPurchaseListByWode(skuItem, _seed_count).ToList();
......
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