diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/bd/query/BdTeamSummaryQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/bd/query/BdTeamSummaryQryExe.java index 16e74d82..0c2a0bb4 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/bd/query/BdTeamSummaryQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/bd/query/BdTeamSummaryQryExe.java @@ -166,7 +166,8 @@ public class BdTeamSummaryQryExe { return item; } - item.setCount(bdTeamList.size()); + List bdInfos = businessDevelopmentBaseInfoService.listBdByLeadUserId(bdUserId); + item.setCount(bdInfos.size()); // 计算总收入 BigDecimal totalIncome = calculateBdTotalIncome(bdTeamList, currentBillBelong);