Commit 98253766 by guanzhenshan

调整半成品进销存报表统计服务

parent 5061544e
...@@ -28,7 +28,7 @@ namespace Bailun.DC.DailySemiPurchaseSellStock ...@@ -28,7 +28,7 @@ namespace Bailun.DC.DailySemiPurchaseSellStock
{ {
var now = DateTime.Now; var now = DateTime.Now;
if (now.Hour == 8 && now.Minute == 18) //每天 08:18分启动 if (now.Hour == 7 && now.Minute == 18) //每天 07:18分启动
{ {
Console.WriteLine("开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); Console.WriteLine("开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
var start = DateTime.Parse(now.AddDays(-1).ToShortDateString()); var start = DateTime.Parse(now.AddDays(-1).ToShortDateString());
......
...@@ -5742,6 +5742,7 @@ namespace Bailun.DC.Services ...@@ -5742,6 +5742,7 @@ namespace Bailun.DC.Services
} }
} }
} }
......
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