Преглед изворни кода

Merge branch 'dev-sc-260204'

shichen пре 5 месеци
родитељ
комит
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 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
         ];