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
75a02d07
Commit
75a02d07
authored
Oct 15, 2020
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
在线日志导出异常
parent
a003813d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
daily.cs
AutoTurnOver.DB/daily.cs
+0
-2
DailyServices.cs
AutoTurnOver.Services/DailyServices.cs
+1
-1
No files found.
AutoTurnOver.DB/daily.cs
View file @
75a02d07
...
@@ -570,14 +570,12 @@ where 1=1 ";
...
@@ -570,14 +570,12 @@ where 1=1 ";
{
{
sql
+=
" and t3.hq_type = @hq_type "
;
sql
+=
" and t3.hq_type = @hq_type "
;
countSql
+=
" and t3.hq_type = @hq_type "
;
countSql
+=
" and t3.hq_type = @hq_type "
;
parameters
.
Add
(
"hq_type"
,
warehousetype
);
parameters
.
Add
(
"hq_type"
,
warehousetype
);
}
}
if
(
warehousearea
>
0
)
if
(
warehousearea
>
0
)
{
{
sql
+=
" and t3.area_id = @area_id "
;
sql
+=
" and t3.area_id = @area_id "
;
countSql
+=
" and t3.area_id = @area_id "
;
countSql
+=
" and t3.area_id = @area_id "
;
parameters
.
Add
(
"area_id"
,
warehousearea
);
parameters
.
Add
(
"area_id"
,
warehousearea
);
}
}
if
(
start_date
!=
null
)
if
(
start_date
!=
null
)
...
...
AutoTurnOver.Services/DailyServices.cs
View file @
75a02d07
...
@@ -66,7 +66,7 @@ namespace AutoTurnOver.Services
...
@@ -66,7 +66,7 @@ namespace AutoTurnOver.Services
while
(
true
)
while
(
true
)
{
{
int
total
=
0
;
int
total
=
0
;
var
list
=
ShortagePushList
(
platform
,
bailun_sku
,
page
,
rows
,
ref
total
,
start_date
,
end_date
,
warehousecode
,
warehousetype
,
warehousearea
);
var
list
=
ShortagePushList
(
platform
,
bailun_sku
,
(
page
-
1
)*
rows
,
rows
,
ref
total
,
start_date
,
end_date
,
warehousecode
,
warehousetype
,
warehousearea
);
if
(
list
==
null
||
list
.
Count
<=
0
)
break
;
if
(
list
==
null
||
list
.
Count
<=
0
)
break
;
...
...
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