|
|
@@ -277,7 +277,7 @@ class SharedProsperityUserRepository extends BaseRepository
|
|
277
|
277
|
'stats' => [
|
|
278
|
278
|
'my_team_total_count' => $myTeamTotalCount,
|
|
279
|
279
|
'my_team_pv_sum' => $myTeamPvSum,
|
|
280
|
|
- 'small_department_pv_sum' => $smallDepartmentPvSum,
|
|
|
280
|
+ 'small_department_pv_sum' => floor($smallDepartmentPvSum * 100) / 100,
|
|
281
|
281
|
'big_department_pv_sum' => $bigDepartmentPvSum,
|
|
282
|
282
|
]
|
|
283
|
283
|
];
|