记得上下班打卡 | 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
a5014b59
Commit
a5014b59
authored
Jul 22, 2025
by
wangyifan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
admin数据看板-admin数据修改
parent
fe91f59c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
KylinPerformancesController.java
...ontroller/zhengzai/kylin/KylinPerformancesController.java
+18
-18
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/web/controller/zhengzai/kylin/KylinPerformancesController.java
View file @
a5014b59
...
...
@@ -165,24 +165,24 @@ public class KylinPerformancesController extends BaseController {
List
<
PerformanceTicketSalesDto
.
TicketSales
>
fullTicketDataList
=
ticketSalesInfo
.
getFullTicketDataList
();
if
(!
fullTicketDataList
.
isEmpty
())
{
for
(
PerformanceTicketSalesDto
.
TicketSales
ticketSales
:
fullTicketDataList
)
{
PerformanceOrderStatisticalDao
d
ao
=
new
PerformanceOrderStatisticalDao
();
d
ao
.
setPerformancesId
(
ticketSalesInfo
.
getPerformanceId
());
d
ao
.
setTicketsId
(
ticketSales
.
getTicketId
());
d
ao
.
setTitle
(
ticketSales
.
getTicketTitle
());
d
ao
.
setPrice
(
new
BigDecimal
(
ticketSales
.
getTicketPrice
()));
d
ao
.
setType
(
ticketSales
.
getTicketType
());
d
ao
.
setTotalGeneral
(
new
BigDecimal
(
ticketSales
.
getTotalGeneral
()));
d
ao
.
setSaleGeneral
(
new
BigDecimal
(
ticketSales
.
getAudienceTicketTotal
()));
d
ao
.
setTotalRefundGeneral
(
new
BigDecimal
(
ticketSales
.
getRefundTicketTotal
()));
d
ao
.
setTotalPayingNumber
(
new
BigDecimal
(
ticketSales
.
getPayingTotal
()));
d
ao
.
setTimeId
(
ticketSales
.
getTimeId
());
d
ao
.
setTimeTitle
(
ticketSales
.
getTimeTitle
());
d
ao
.
setVipBuyTotal
(
ticketSales
.
getVipBuyTotal
());
d
ao
.
setFullRefundTicketTotal
(
ticketSales
.
getFullRefundTicketTotal
());
d
ao
.
setHandlingFeeRefundTicketTotal
(
ticketSales
.
getHandlingFeeRefundTicketTotal
());
d
ao
.
setRefundFeeRevenueTotal
(
new
BigDecimal
(
ticketSales
.
getRefundFeeRevenueTotal
()));
d
ao
.
setAudienceSalesAmountTotal
(
new
BigDecimal
(
ticketSales
.
getAudienceSalesAmountTotal
()));
result
.
add
(
d
ao
);
PerformanceOrderStatisticalDao
statisticalD
ao
=
new
PerformanceOrderStatisticalDao
();
statisticalD
ao
.
setPerformancesId
(
ticketSalesInfo
.
getPerformanceId
());
statisticalD
ao
.
setTicketsId
(
ticketSales
.
getTicketId
());
statisticalD
ao
.
setTitle
(
ticketSales
.
getTicketTitle
());
statisticalD
ao
.
setPrice
(
new
BigDecimal
(
ticketSales
.
getTicketPrice
()));
statisticalD
ao
.
setType
(
ticketSales
.
getTicketType
());
statisticalD
ao
.
setTotalGeneral
(
new
BigDecimal
(
ticketSales
.
getTotalGeneral
()));
statisticalD
ao
.
setSaleGeneral
(
new
BigDecimal
(
ticketSales
.
getAudienceTicketTotal
()));
statisticalD
ao
.
setTotalRefundGeneral
(
new
BigDecimal
(
ticketSales
.
getRefundTicketTotal
()));
statisticalD
ao
.
setTotalPayingNumber
(
new
BigDecimal
(
ticketSales
.
getPayingTotal
()));
statisticalD
ao
.
setTimeId
(
ticketSales
.
getTimeId
());
statisticalD
ao
.
setTimeTitle
(
ticketSales
.
getTimeTitle
());
statisticalD
ao
.
setVipBuyTotal
(
ticketSales
.
getVipBuyTotal
());
statisticalD
ao
.
setFullRefundTicketTotal
(
ticketSales
.
getFullRefundTicketTotal
());
statisticalD
ao
.
setHandlingFeeRefundTicketTotal
(
ticketSales
.
getHandlingFeeRefundTicketTotal
());
statisticalD
ao
.
setRefundFeeRevenueTotal
(
new
BigDecimal
(
ticketSales
.
getRefundFeeRevenueTotal
()));
statisticalD
ao
.
setAudienceSalesAmountTotal
(
new
BigDecimal
(
ticketSales
.
getAudienceSalesAmountTotal
()));
result
.
add
(
statisticalD
ao
);
}
}
}
else
{
...
...
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