totalIncome 处理
This commit is contained in:
parent
69329507ca
commit
d0936e24f9
@ -99,8 +99,7 @@ public class BdTeamSummaryQryExe {
|
|||||||
summary.setAgencyTeams(agencyTeams);
|
summary.setAgencyTeams(agencyTeams);
|
||||||
summary.setRechargeTeams(rechargeTeams);
|
summary.setRechargeTeams(rechargeTeams);
|
||||||
|
|
||||||
// Team earnings this period = BD Teams 的 totalIncome
|
summary.setTeamEarningsThisPeriod(bdTeams.getTotalIncome().add(bdLeaderTeams.getTotalIncome()).add(agencyTeams.getTotalIncome()));
|
||||||
summary.setTeamEarningsThisPeriod(bdTeams.getTotalIncome());
|
|
||||||
|
|
||||||
return summary;
|
return summary;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user