Commit 81e24366 by lizefeng

测试任务能否再doker 上正常定时启动

parent d462a64e
......@@ -24,7 +24,7 @@ namespace AutoGeneratePurchaseAdvise
{
var now = DateTime.Now;
// 判断是不是指定的时间
if (now.Hour == 15 && now.Minute == 10)
if (now.Hour == 15 && now.Minute == 20)
{
Console.WriteLine($"开始采购平均值统计任务,线程Id:{Thread.CurrentThread.ManagedThreadId}{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
PurchaseAdviseServices.Generate();
......
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