|
|
@@ -231,7 +231,7 @@ class SharedProsperityUserRepository extends BaseRepository
|
|
231
|
231
|
foreach ($list as $index => &$item) {
|
|
232
|
232
|
$teamUserIds = $this->dao->getAllSubordinateUserIds($item['user_id'], false, 4);
|
|
233
|
233
|
$teamTotalCount = count($teamUserIds);
|
|
234
|
|
- $teamPvSum = $this->dao->getTeamPvSum($item['user_id'], 4);
|
|
|
234
|
+ $teamPvSum = $this->dao->getTeamPvSum($item['user_id'], 4, true);
|
|
235
|
235
|
$item['team_total_count'] = $teamTotalCount;
|
|
236
|
236
|
$item['team_pv_sum'] = $teamPvSum;
|
|
237
|
237
|
// 补充用户信息
|