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
62b1ae50
Commit
62b1ae50
authored
Mar 08, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
10f6fdcb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
daily.cs
AutoTurnOver.DB/daily.cs
+2
-3
dc_auto_turnover.cs
AutoTurnOver.DB/dc_auto_turnover.cs
+0
-0
No files found.
AutoTurnOver.DB/daily.cs
View file @
62b1ae50
...
...
@@ -1784,7 +1784,6 @@ left join dc_lms_order_transfer_current_node as t8 on t1.dataid = t8.data_id and
sql
+=
" where t1.stateid !=5 and t2.deliverycount > t2.storagecount and t1.isdeleted=0 and t1.isexception=0 "
;
}
var
countSql
=
@"
select
1
...
...
@@ -1958,8 +1957,8 @@ left join dc_lms_order_transfer_current_node as t8 on t1.dataid = t8.data_id and
}
else
{
sql
+=
" group by t2.sku,t8.transfer_no "
;
countSql
+=
" group by t2.sku,t8.transfer_no "
;
sql
+=
" group by t
1.`code`,t
2.sku,t8.transfer_no "
;
countSql
+=
" group by t
1.`code`,t
2.sku,t8.transfer_no "
;
if
(
search_data
.
limit
>
1000
)
{
total
=
0
;
...
...
AutoTurnOver.DB/dc_auto_turnover.cs
View file @
62b1ae50
This diff is collapsed.
Click to expand it.
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