Commit 832076ab by 泽锋 李

调整库存监控数据的刷新频率

parent 8cc8a506
......@@ -21,6 +21,8 @@ namespace AutoGeneratePurchaseAdvise
//purchase_advise.ReplaceLogistics(DateTime.Now);
//purchase_advise.WaitReplaceLogisticsTask();
//PurchaseAdviseServices.Generate(DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd 00:00:00")));
//PurchaseAdviseServices.AutoPushBuySys(6);
//PurchaseAdviseServices.Generate(DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd 12:00:00")));
}
catch (Exception ex)
{
......
......@@ -163,7 +163,7 @@ namespace ResetOutofstock
Console.WriteLine(ex.Message);
}
Thread.Sleep(5 * 60 * 1000);
Thread.Sleep(4 * 60 * 60 * 1000);
}
});
......
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