记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
ec46c76a
Commit
ec46c76a
authored
Apr 22, 2022
by
limingyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出商品订单信息 status给文字
parent
f14d82e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
KylinPerformancesMapper.xml
...iquidnet.service.kylin.mapper/KylinPerformancesMapper.xml
+16
-1
No files found.
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/resources/com.liquidnet.service.kylin.mapper/KylinPerformancesMapper.xml
View file @
ec46c76a
...
@@ -998,7 +998,22 @@ GROUP BY user_mobile;
...
@@ -998,7 +998,22 @@ GROUP BY user_mobile;
temtable.created_at as created_at,
temtable.created_at as created_at,
temtable.price_express as price_express,
temtable.price_express as price_express,
temtable.price_refund as price_refund,
temtable.price_refund as price_refund,
temtable.status as status,
CASE
WHEN temtable.STATUS = '0' THEN
'待付款'
WHEN temtable.STATUS = '2' THEN
'待发货'
WHEN temtable.STATUS = '3' THEN
'待收货'
WHEN temtable.STATUS = '4' THEN
'已完成'
WHEN temtable.STATUS = '5' THEN
'取消订单'
WHEN temtable.STATUS = '6' THEN
'退款通过'
WHEN temtable.STATUS = '7' THEN
'退货通过'
END AS status,
temtable.refund_at as refund_at
temtable.refund_at as refund_at
from
from
(select do.code,
(select do.code,
...
...
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