Commit 539f17d3 by guanzhenshan

1、调整每月销进比差异服务的启动时间

2、重跑9月份的数据
parent d5b46bfc
...@@ -25,8 +25,8 @@ namespace Bailun.DC.MonthSalePutin ...@@ -25,8 +25,8 @@ namespace Bailun.DC.MonthSalePutin
// Services _service = new Services(); // Services _service = new Services();
// //_service.Init(DateTime.Parse("2020-01-01")); // //_service.Init(DateTime.Parse("2020-01-01"));
// _service.UnReasonable("2020-01"); // _service.UnReasonable("2020-09");
// _service.Analyze("2020-01"); // _service.Analyze("2020-09");
//} //}
} }
} }
...@@ -27,7 +27,7 @@ namespace Bailun.DC.MonthSalePutin ...@@ -27,7 +27,7 @@ namespace Bailun.DC.MonthSalePutin
{ {
var now = DateTime.Now; var now = DateTime.Now;
if (now.Day == 1 && now.Hour == 0 && now.Minute == 1) //每个月的1日0点1分启动 if (now.Day == 1 && now.Hour == 2 && now.Minute == 1) //每个月的1日0点1分启动
{ {
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.AddMonths(-1).ToShortDateString()); var start = DateTime.Parse(now.AddMonths(-1).ToShortDateString());
......
...@@ -3787,7 +3787,6 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -3787,7 +3787,6 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
#endregion #endregion
#region 头程费 #region 头程费
/// <summary> /// <summary>
...@@ -3878,7 +3877,6 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -3878,7 +3877,6 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
#endregion #endregion
#region Common #region Common
/// <summary> /// <summary>
...@@ -4146,7 +4144,6 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -4146,7 +4144,6 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
#endregion #endregion
#region private #region private
......
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