Commit e7c2affb by lizefeng

采购建议bug

parent 513c500c
......@@ -218,7 +218,7 @@ where ( t5.`status`=0 or t5.`status` is null ) and t1.quantity_begin_advise>0 an
{
foreach (var item in gzblwh_turnover_list)
{
Models.dc_auto_turnover qyblzz_data = _connection.QuerySingleOrDefault<Models.dc_auto_turnover>(" select * from dc_auto_turnover warehouse_code=@warehouse_code_form and bailun_sku=@bailun_sku ", new { warehouse_code_form,item.bailun_sku });
Models.dc_auto_turnover qyblzz_data = _connection.QuerySingleOrDefault<Models.dc_auto_turnover>(" select * from dc_auto_turnover where warehouse_code=@warehouse_code_form and bailun_sku=@bailun_sku ", new { warehouse_code_form,item.bailun_sku });
if (qyblzz_data != null && qyblzz_data.quantity_begin_advise < 0)
{
// 清远03的冗余够用了
......
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