Commit ebb7a0f7 by lizefeng

采购员为赵美聪的sku 只下缺货数

parent 72756993
......@@ -41,7 +41,7 @@ dc_auto_turnover as t1,
dc_base_sku as t2
set t1.quantity_final_advise=IFNULL(t1.quantity_out_stock,0)
where t1.bailun_sku = t2.bailun_sku
and t2.buyer_name='赵美聪' and main_id=@main_id ", new { main_id = mainID }, commandTimeout: 0);
and t2.buyer_name='赵美聪' ", commandTimeout: 0);
// 生成采购建议
_connection.Execute(@"
......
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