Commit 999b2f6b by zhouminghui

fix

parent 4953d4ef
...@@ -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 == 13) if (now.Hour == 14)
{ {
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