ソースを参照

Merge branch 'dev-sc-260204'

shichen 6 ヶ月 前
コミット
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
         ];