Commit 2055af13 by guanzhenshan

解决oms自发货收入服务没有启动的问题

parent a918dd3a
......@@ -28,7 +28,7 @@ namespace Bailun.DC.MonthShippingIncoming
{
var now = DateTime.Now;
if (now.Day == 1 && now.Hour == 1 && now.Minute == 45 && now.Second == 1) //每个月的1日1点45分启动
if (now.Day == 1 && now.Hour == 1 && now.Minute == 45) //每个月的1日1点45分启动
{
Console.WriteLine("开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
var start = DateTime.Parse(now.AddMonths(-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