记得上下班打卡 | 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
f14d82e3
Commit
f14d82e3
authored
Apr 22, 2022
by
limingyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出订单信息
parent
a3445e85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
KylinPerformancesMapper.xml
...iquidnet.service.kylin.mapper/KylinPerformancesMapper.xml
+4
-3
No files found.
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/resources/com.liquidnet.service.kylin.mapper/KylinPerformancesMapper.xml
View file @
f14d82e3
...
...
@@ -761,6 +761,7 @@ GROUP BY user_mobile;
WHEN temtable.payment_type = 'APPLETWEPAY' THEN '微信'
WHEN temtable.payment_type = 'APPWEPAY' THEN '微信'
WHEN temtable.payment_type = 'WAPWEPAY' THEN '微信'
WHEN temtable.payment_type = 'APPUNIONPAY' THEN '银联云闪付'
WHEN temtable.payment_type = 'WAPUNIONPAY' THEN '银联云闪付'
WHEN temtable.payment_type = 'APPLETDOUYINPAY' THEN '抖音支付'
ELSE '其他' END) as payment_type,
...
...
@@ -773,7 +774,7 @@ GROUP BY user_mobile;
when (temtable.type = '101') then '音乐节'
when (temtable.type = '102') then '小型演出(livehouse演出)'
when (temtable.type = '103') then '巡演'
end
as
type,
end type,
temtable.title1 as title1,
temtable.title2 as title2,
temtable.price as price,
...
...
@@ -815,7 +816,7 @@ GROUP BY user_mobile;
left join kylin_ticket_times ktt on ktt.ticket_times_id = kr.time_id
where ks.status in (1, 3)
and ks.transfer_status in (0, 1, 2, 5)
and (do.payment_at between #{beginTime} and #{endTime}
and (do.payment_at between #{beginTime} and #{endTime}
)
group by do.code
union
select kot.order_code,
...
...
@@ -895,7 +896,7 @@ GROUP BY user_mobile;
and (kp.time_start
>
= #{beginTime}) and (kp.time_start
<
= #{endTime})
left join kylin_ticket_times ktt on ktt.ticket_times_id = kr.time_id
where ks.status in (1, 3, 4, 6)
group by kot.order_tickets_i
group by kot.order_tickets_i
d
</select>
<!-- 演出id查订单信息-->
<select
id=
"exportOrderByShowId"
resultMap=
"OrderExportDaoResult"
>
...
...
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