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
huluobin
dc-java
Commits
b33d5a31
Commit
b33d5a31
authored
Jul 03, 2019
by
wutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FBA-S01前缀的订单,这类订单不参与算销量与缺货
parent
1ee14ae9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
DcDailySalesMapper.xml
...src/main/java/com/bailuntec/mapper/DcDailySalesMapper.xml
+1
-0
DcMidTransitMapper.xml
...src/main/java/com/bailuntec/mapper/DcMidTransitMapper.xml
+2
-0
DcAutoSalesMapper.xml
.../src/main/java/com/bailuntec/mapper/DcAutoSalesMapper.xml
+3
-0
No files found.
data-mid/mid-calculate-sales/src/main/java/com/bailuntec/mapper/DcDailySalesMapper.xml
View file @
b33d5a31
...
@@ -855,6 +855,7 @@
...
@@ -855,6 +855,7 @@
AND has_delete = 0
AND has_delete = 0
AND has_scalp = 0
AND has_scalp = 0
AND has_innersale = 0
AND has_innersale = 0
AND has_fba_s = 0
GROUP BY
GROUP BY
bailun_sku,
bailun_sku,
warehouse_code
warehouse_code
...
...
data-mid/mid-calculate-transit/src/main/java/com/bailuntec/mapper/DcMidTransitMapper.xml
View file @
b33d5a31
...
@@ -749,6 +749,7 @@
...
@@ -749,6 +749,7 @@
and platform_type != 'FBA'
and platform_type != 'FBA'
and has_delete = 0
and has_delete = 0
and has_scalp = 0
and has_scalp = 0
and has_fba_s = 0
and has_innersale = 0
and has_innersale = 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
...
@@ -804,6 +805,7 @@
...
@@ -804,6 +805,7 @@
and platform_type != 'FBA'
and platform_type != 'FBA'
and has_delete = 0
and has_delete = 0
and has_scalp = 0
and has_scalp = 0
and has_fba_s = 0
and has_innersale = 0
and has_innersale = 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
...
...
data-show/show-auto-turnover/src/main/java/com/bailuntec/mapper/DcAutoSalesMapper.xml
View file @
b33d5a31
...
@@ -2432,6 +2432,7 @@
...
@@ -2432,6 +2432,7 @@
where paid_time >= DATE_SUB(#{queryTime}, INTERVAL 30 DAY)
where paid_time >= DATE_SUB(#{queryTime}, INTERVAL 30 DAY)
and paid_time
<
#{queryTime}
and paid_time
<
#{queryTime}
and bailun_order_status != 'Canceled'
and bailun_order_status != 'Canceled'
and has_fba_s = 0
and has_delete = 0
and has_delete = 0
and has_scalp = 0
and has_scalp = 0
and has_innersale = 0
and has_innersale = 0
...
@@ -2454,6 +2455,7 @@
...
@@ -2454,6 +2455,7 @@
AND bailun_order_status != 'Canceled'
AND bailun_order_status != 'Canceled'
AND has_delete = 0
AND has_delete = 0
AND has_scalp = 0
AND has_scalp = 0
AND has_fba_s = 0
AND has_innersale = 0
AND has_innersale = 0
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
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