Commit ae1d57bf by guanzhenshan

1

parent 6fd0c9c7
...@@ -37,7 +37,7 @@ namespace Bailun.DC.MonthSaleProfit ...@@ -37,7 +37,7 @@ namespace Bailun.DC.MonthSaleProfit
Console.WriteLine("任务运行完成 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); Console.WriteLine("任务运行完成 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
} }
else if (now.Minute == 59 && now.Hour%6==0) else if (now.Minute == 59)
{ {
Console.WriteLine("开始启动更新服务" + DateTime.Now); Console.WriteLine("开始启动更新服务" + DateTime.Now);
Update(DateTime.Now); Update(DateTime.Now);
......
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