bd首页数据数量不对处理
This commit is contained in:
parent
a1b3cf93f1
commit
b8b7520a25
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user