Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
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
dc-java
Commits
c6458969
Commit
c6458969
authored
Apr 12, 2019
by
wutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计算缺货和未发货不考虑刷单订单
parent
0c364e4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
DcMidTransitMapper.xml
...src/main/java/com/bailuntec/mapper/DcMidTransitMapper.xml
+2
-0
No files found.
data-mid/mid-calculate-transit/src/main/java/com/bailuntec/mapper/DcMidTransitMapper.xml
View file @
c6458969
...
@@ -591,6 +591,7 @@
...
@@ -591,6 +591,7 @@
and warehouse_code != ''
and warehouse_code != ''
and platform_type != 'FBA'
and platform_type != 'FBA'
and has_delete = 0
and has_delete = 0
and has_scalp = 0
and paid_time >= '2019-03-01 12:00:00'
and paid_time >= '2019-03-01 12:00:00'
and bailun_sku_quantity_ordered > bailun_sku_quantity_picked
and bailun_sku_quantity_ordered > bailun_sku_quantity_picked
GROUP BY
GROUP BY
...
@@ -644,6 +645,7 @@
...
@@ -644,6 +645,7 @@
and warehouse_code != ''
and warehouse_code != ''
and platform_type != 'FBA'
and platform_type != 'FBA'
and has_delete = 0
and has_delete = 0
and has_scalp = 0
and paid_time >= '2019-03-01 12:00:00'
and paid_time >= '2019-03-01 12:00:00'
and bailun_sku_quantity_ordered > bailun_sku_quantity_shipped
and bailun_sku_quantity_ordered > bailun_sku_quantity_shipped
GROUP BY
GROUP BY
...
...
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