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
c68eb166
Commit
c68eb166
authored
Jun 12, 2020
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1c17c3d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dc_auto_stock_monitor_dao.cs
AutoTurnOver.DB/dc_auto_stock_monitor_dao.cs
+2
-2
dc_auto_stock_monitor_dto.cs
AutoTurnOver.Models/dc_auto_stock_monitor_dto.cs
+2
-2
No files found.
AutoTurnOver.DB/dc_auto_stock_monitor_dao.cs
View file @
c68eb166
...
...
@@ -65,10 +65,10 @@ where 1=1 ";
sql
+=
" and t2.guangzhou01_transfer_stock<=0 "
;
}
else
if
(
search
.
type
==
4
)
{
sql
+=
" and t2.haiwai_u
k
_transfer<=0 "
;
sql
+=
" and t2.haiwai_u
s
_transfer<=0 "
;
}
else
if
(
search
.
type
==
5
)
{
sql
+=
" and t2.haiwai_u
s
_transfer<=0 "
;
sql
+=
" and t2.haiwai_u
k
_transfer<=0 "
;
}
}
return
_connection
.
Page
<
dc_auto_stock_monitor_dto
>(
sql
,
search
,
parameters
);
...
...
AutoTurnOver.Models/dc_auto_stock_monitor_dto.cs
View file @
c68eb166
...
...
@@ -244,8 +244,8 @@ namespace AutoTurnOver.Models
/// 1 = us海外仓可上-美国仓有库存
/// 2 = uk海外仓可上-英国国仓有库存
/// 3 = 中国未订货
/// 4 = u
k
海外仓未订货
/// 5 =
us
海外仓未订货
/// 4 = u
s
海外仓未订货
/// 5 =
uk
海外仓未订货
/// </summary>
public
int
?
type
{
get
;
set
;
}
...
...
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