Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
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
data-center-auto
Commits
177622b0
Commit
177622b0
authored
Jun 14, 2019
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aims 发布到 doker
parent
a38503fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
daily.cs
AutoTurnOver.DB/daily.cs
+3
-3
Dockerfile
AutoTurnOver/Dockerfile
+3
-3
No files found.
AutoTurnOver.DB/daily.cs
View file @
177622b0
...
...
@@ -239,7 +239,7 @@ from
dc_base_stock as t1
left join dc_base_warehouse as dbw on t1.warehouse_code = dbw.warehouse_code
left join dc_mid_transit as t4 on t1.bailun_sku = t4.bailun_sku and t1.warehouse_code = t4.warehouse_code
left join dc_base_tort as t5 on t
_base
.bailun_sku = t5.bailun_sku
left join dc_base_tort as t5 on t
1
.bailun_sku = t5.bailun_sku
where 1=1"
;
}
else
...
...
@@ -259,7 +259,7 @@ dc_base_stock as t1
left join dc_base_sku as t3 on t1.bailun_sku = t3.bailun_sku
left join dc_base_warehouse as dbw on t1.warehouse_code = dbw.warehouse_code
left join dc_mid_transit as t4 on t1.bailun_sku = t4.bailun_sku and t1.warehouse_code = t4.warehouse_code
left join dc_base_tort as t5 on t
_base
.bailun_sku = t5.bailun_sku
left join dc_base_tort as t5 on t
1
.bailun_sku = t5.bailun_sku
where 1=1
"
;
}
...
...
@@ -272,7 +272,7 @@ from
dc_base_stock as t1
left join dc_base_warehouse as dbw on t1.warehouse_code = dbw.warehouse_code
left join dc_mid_transit as t4 on t1.bailun_sku = t4.bailun_sku and t1.warehouse_code = t4.warehouse_code
left join dc_base_tort as t5 on t
_base
.bailun_sku = t5.bailun_sku
left join dc_base_tort as t5 on t
1
.bailun_sku = t5.bailun_sku
where 1=1
"
;
DynamicParameters
parameters
=
new
DynamicParameters
();
...
...
AutoTurnOver/Dockerfile
View file @
177622b0
FROM
microsoft/dotnet:2.1-aspnetcore-runtime
-alpine
AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
EXPOSE
80
RUN
/bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
&&
echo
'Asia/Shanghai'
>
/etc/timezone
EXPOSE
80
EXPOSE
443
FROM
microsoft/dotnet:2.1-sdk AS build
FROM
microsoft/dotnet:2.1-sdk
-alpine
AS build
WORKDIR
/src
COPY
["AutoTurnOver/AutoTurnOver.csproj", "AutoTurnOver/"]
COPY
["AutoTurnOver.Services/AutoTurnOver.Services.csproj", "AutoTurnOver.Services/"]
...
...
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