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
a7e069b7
Commit
a7e069b7
authored
Mar 19, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改启动时间为早上6点开始启动
parent
711a5ea3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Services.cs
Bailun.DC.LogicWareHouse/Services.cs
+4
-4
No files found.
Bailun.DC.LogicWareHouse/Services.cs
View file @
a7e069b7
...
@@ -33,7 +33,7 @@ namespace Bailun.DC.LogicWareHouse
...
@@ -33,7 +33,7 @@ namespace Bailun.DC.LogicWareHouse
{
{
var
now
=
DateTime
.
Now
;
var
now
=
DateTime
.
Now
;
if
(
now
.
Hour
==
10
&&
now
.
Minute
==
10
)
if
(
now
.
Hour
==
6
&&
now
.
Minute
==
03
)
{
{
Console
.
WriteLine
(
"时间 "
+
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
));
Console
.
WriteLine
(
"时间 "
+
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
));
Save
();
Save
();
...
@@ -136,15 +136,15 @@ namespace Bailun.DC.LogicWareHouse
...
@@ -136,15 +136,15 @@ namespace Bailun.DC.LogicWareHouse
//更新逻辑仓的可用天数
//更新逻辑仓的可用天数
UpdateAvailableDays
();
UpdateAvailableDays
();
//保存每日数据快照
SaleWHDailySnaps
();
//更新半年以上库龄的sku数量
//更新半年以上库龄的sku数量
UpdateStockAge
();
UpdateStockAge
();
//更新sku产品分类
//更新sku产品分类
UpdateSkuCategory
();
UpdateSkuCategory
();
//保存每日数据快照
SaleWHDailySnaps
();
return
true
;
return
true
;
}
}
...
...
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