Commit 24776c91 by guanzhenshan

延迟每日半成品进销存的服务启动时间

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