Commit 9bd83a50 by zhoujinhui

LM仓库不自动推采购系统

parent 317190e2
......@@ -614,6 +614,7 @@ namespace AutoTurnOver.Services
datas.AddRange(PurchaseAdviseServices.DetailList(new dc_auto_purchase_advise_detailed_search_dto { data_base_type = 1, main_id = mainID, ispush = false }, 0, int.MaxValue, ref total));
Console.WriteLine($"查询建议数,total:{datas.Count}");
//datas.AddRange(PurchaseAdviseServices.DetailList(new dc_auto_purchase_advise_detailed_search_dto { main_id = mainID, ispush = false }, 0, int.MaxValue, ref total));
if (type == 8) return; // LM仓库不自动推采购
if (true)
{
Console.WriteLine($"进入推送逻辑");
......
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