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
ad3c395f
Commit
ad3c395f
authored
Jan 07, 2020
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
每日销量、缺货、未发货、周转新增产品备注与客户留言异常订单过滤
parent
5605ff04
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
DcAutoSalesMapper.xml
.../src/main/java/com/bailuntec/mapper/DcAutoSalesMapper.xml
+10
-0
DcDailySalesMapper.xml
...src/main/java/com/bailuntec/mapper/DcDailySalesMapper.xml
+2
-0
DcMidTransitMapper.xml
...src/main/java/com/bailuntec/mapper/DcMidTransitMapper.xml
+4
-0
No files found.
data-common/src/main/java/com/bailuntec/mapper/DcAutoSalesMapper.xml
View file @
ad3c395f
...
...
@@ -2399,6 +2399,8 @@
and has_fba_s = 0
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_innersale = 0
and bailun_sku = #{bailunSku}
and warehouse_code = #{warehouseCode}
...
...
@@ -2451,6 +2453,8 @@
and has_fba_s = 0
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_innersale = 0
and bailun_sku = #{bailunSku}
and warehouse_code = #{warehouseCode}) sales_table
...
...
@@ -2503,6 +2507,8 @@
and has_fba_s = 0
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_innersale = 0
and bailun_sku = #{bailunSku}
and warehouse_code = #{warehouseCode}) sales_table
...
...
@@ -2741,6 +2747,8 @@
and has_fba_s = 0
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_innersale = 0
<if
test=
"bailunSku != null and bailunSku != ''"
>
and bailun_sku = #{bailunSku}
...
...
@@ -3000,6 +3008,8 @@
AND bailun_order_status != 'Canceled'
AND has_delete = 0
AND has_scalp = 0
AND has_buyer_remark = 0
AND has_platsku_remark = 0
AND has_fba_s = 0
AND has_innersale = 0
</select>
...
...
data-common/src/main/java/com/bailuntec/mapper/DcDailySalesMapper.xml
View file @
ad3c395f
...
...
@@ -854,6 +854,8 @@
AND bailun_order_status != 'Canceled'
AND has_delete = 0
AND has_scalp = 0
AND has_buyer_remark = 0
AND has_platsku_remark = 0
AND has_innersale = 0
AND has_fba_s = 0
GROUP BY
...
...
data-common/src/main/java/com/bailuntec/mapper/DcMidTransitMapper.xml
View file @
ad3c395f
...
...
@@ -744,6 +744,8 @@
and company_id = 1
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_fba_s = 0
and has_innersale = 0
and paid_time >= '2019-03-01 12:00:00'
...
...
@@ -865,6 +867,8 @@
and platform_type != 'FBA'
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_fba_s = 0
and has_innersale = 0
and paid_time >= '2019-03-01 12:00:00'
...
...
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