Commit bd06bad8 by guanzhenshan

调整每日发生额

parent 8c8d0979
...@@ -39,7 +39,7 @@ namespace Bailun.DC.HappenAmount ...@@ -39,7 +39,7 @@ namespace Bailun.DC.HappenAmount
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.Hour%8==0 && now.Minute == 1) else if (now.Hour==12 && now.Minute == 1)
{ {
Console.WriteLine("重跑数据 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); Console.WriteLine("重跑数据 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
var start = now.AddMonths(-1); var start = now.AddMonths(-1);
......
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