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
64f21390
Commit
64f21390
authored
Feb 24, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6e8b9dba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
dc_base_trans_temp_schedule_dao.cs
AutoTurnOver.DB/dc_base_trans_temp_schedule_dao.cs
+5
-2
No files found.
AutoTurnOver.DB/dc_base_trans_temp_schedule_dao.cs
View file @
64f21390
...
...
@@ -58,9 +58,10 @@ namespace AutoTurnOver.DB
var
page
=
1
;
var
data_skus
=
new
List
<
dc_base_trans_temp_schedule
>();
while
(
true
)
{
var
data_skus
=
new
List
<
dc_base_trans_temp_schedule
>();
var
datas
=
ApiUtility
.
GetTransOrderTempSchedule
(
new_task_synchro_log
.
start_time
,
new_task_synchro_log
.
end_time
,
page
);
if
(
datas
==
null
||
datas
.
Count
<=
0
)
{
...
...
@@ -123,7 +124,7 @@ namespace AutoTurnOver.DB
}
}
if
(
data_skus
!=
null
&&
data_skus
.
Count
>=
1
)
{
// 计算相关sku的总在途
...
...
@@ -200,6 +201,8 @@ GROUP BY sku_ware_no", new { sku_ware_nos = data_skus.Select(s => s.sku_ware_no)
}
}
}
}
if
(!
is_all
)
{
...
...
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