bd首页数据数量不对处理

This commit is contained in:
tianfeng 2025-11-28 18:07:59 +08:00
parent a1b3cf93f1
commit b8b7520a25

View File

@ -166,7 +166,8 @@ public class BdTeamSummaryQryExe {
return item;
}
item.setCount(bdTeamList.size());
List<BusinessDevelopmentBaseInfo> bdInfos = businessDevelopmentBaseInfoService.listBdByLeadUserId(bdUserId);
item.setCount(bdInfos.size());
// 计算总收入
BigDecimal totalIncome = calculateBdTotalIncome(bdTeamList, currentBillBelong);