Commit 51851035 by lizefeng

采购员为赵美聪的sku 初始建议数之下缺货数

parent ebb7a0f7
......@@ -39,7 +39,7 @@ namespace AutoTurnOver.DB
_connection.Execute(@" update
dc_auto_turnover as t1,
dc_base_sku as t2
set t1.quantity_final_advise=IFNULL(t1.quantity_out_stock,0)
set t1.quantity_init_advise=IFNULL(t1.quantity_out_stock,0)
where t1.bailun_sku = t2.bailun_sku
and t2.buyer_name='赵美聪' ", commandTimeout: 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