Commit 5a54f711 by zhouminghui

fix

parent 999b2f6b
...@@ -29,7 +29,7 @@ namespace Bailun.DC.SyncMonthSalesProfitNew ...@@ -29,7 +29,7 @@ namespace Bailun.DC.SyncMonthSalesProfitNew
try try
{ {
var now = DateTime.Now; var now = DateTime.Now;
if (now.Hour == 14) if (now.Hour == 1)
{ {
Console.WriteLine("同步月利润销售报告开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); Console.WriteLine("同步月利润销售报告开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
var result = Init(); var result = Init();
......
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