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
56a951fc
Commit
56a951fc
authored
Jul 03, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加保存调拨单详情服务
parent
c87cefe1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
Services.cs
Bailun.DC.DailyPlatformAccountBalance/Services.cs
+0
-3
docker-compose.yml
docker-compose.yml
+7
-0
No files found.
Bailun.DC.DailyPlatformAccountBalance/Services.cs
View file @
56a951fc
...
@@ -49,10 +49,7 @@ namespace Bailun.DC.DailyPlatformAccountBalance
...
@@ -49,10 +49,7 @@ namespace Bailun.DC.DailyPlatformAccountBalance
Console
.
WriteLine
(
"开始启动更新资产负债表平台余额字段 "
+
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
));
Console
.
WriteLine
(
"开始启动更新资产负债表平台余额字段 "
+
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
));
UpdateBalanceSheet
(
DateTime
.
Now
.
AddDays
(-
1
));
UpdateBalanceSheet
(
DateTime
.
Now
.
AddDays
(-
1
));
Console
.
WriteLine
(
"结束更新资产负债表平台余额字段 "
+
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
));
Console
.
WriteLine
(
"结束更新资产负债表平台余额字段 "
+
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
));
}
}
}
}
catch
(
Exception
ex
)
catch
(
Exception
ex
)
{
{
...
...
docker-compose.yml
View file @
56a951fc
...
@@ -118,3 +118,10 @@ services:
...
@@ -118,3 +118,10 @@ services:
context
:
.
context
:
.
dockerfile
:
Bailun.DC.DailyPlatformAccountBalance/Dockerfile
dockerfile
:
Bailun.DC.DailyPlatformAccountBalance/Dockerfile
bailun.dc.allotorderdetail
:
image
:
${DOCKER_REGISTRY}bailundcallotorderdetail
build
:
context
:
.
dockerfile
:
../Bailun.DC.AllotOrderDetail/Dockerfile
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