|
@@ -282,7 +282,7 @@ class SharedProsperityUserRepository extends BaseRepository
|
|
282
|
'stats' => [
|
282
|
'stats' => [
|
|
283
|
'my_team_total_count' => $myTeamTotalCount,
|
283
|
'my_team_total_count' => $myTeamTotalCount,
|
|
284
|
'my_team_pv_sum' => $myTeamPvSum,
|
284
|
'my_team_pv_sum' => $myTeamPvSum,
|
|
285
|
- 'small_department_pv_sum' => $smallDepartmentPvSum,
|
|
|
|
|
|
285
|
+ 'small_department_pv_sum' => floor($smallDepartmentPvSum * 100) / 100,
|
|
286
|
'big_department_pv_sum' => $bigDepartmentPvSum,
|
286
|
'big_department_pv_sum' => $bigDepartmentPvSum,
|
|
287
|
]
|
287
|
]
|
|
288
|
];
|
288
|
];
|