Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
DataCenter_Core2.1_20190520
Commits
539f17d3
Commit
539f17d3
authored
Oct 13, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、调整每月销进比差异服务的启动时间
2、重跑9月份的数据
parent
d5b46bfc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
Program.cs
Bailun.DC.MonthSalePutin/Program.cs
+2
-2
Services.cs
Bailun.DC.MonthSalePutin/Services.cs
+1
-1
OrdersController.cs
Bailun.DC.Web/Areas/Reports/Controllers/OrdersController.cs
+0
-3
No files found.
Bailun.DC.MonthSalePutin/Program.cs
View file @
539f17d3
...
@@ -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-0
1
");
// _service.UnReasonable("2020-0
9
");
// _service.Analyze("2020-0
1
");
// _service.Analyze("2020-0
9
");
//}
//}
}
}
}
}
Bailun.DC.MonthSalePutin/Services.cs
View file @
539f17d3
...
@@ -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
());
...
...
Bailun.DC.Web/Areas/Reports/Controllers/OrdersController.cs
View file @
539f17d3
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment