shichen месяцев назад: 5
Родитель
Сommit
81119d5f53
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/common/repositories/shared/SharedProsperityUserRepository.php

+ 1 - 1
app/common/repositories/shared/SharedProsperityUserRepository.php

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