Commit 669804f7 by lizefeng

test

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