修复结算记录问题

This commit is contained in:
liaozetao
2023-10-26 19:01:40 +08:00
parent 6412f2ac4b
commit 40906d337e

View File

@@ -94,7 +94,7 @@
<select id="listFlowTeamSettlementInfoV2" resultType="com.xuanyin.flowteam.model.FlowTeamSettlementInfo"> <select id="listFlowTeamSettlementInfoV2" resultType="com.xuanyin.flowteam.model.FlowTeamSettlementInfo">
select select
a.`month`, a.`month` as month,
sum(a.newUserNum) as newUserNum, sum(a.newUserNum) as newUserNum,
sum(a.newUserChargeAmount) as newUserChargeAmount, sum(a.newUserChargeAmount) as newUserChargeAmount,
sum(a.totalChargeAmount) as totalChargeAmount, sum(a.totalChargeAmount) as totalChargeAmount,