소스 검색

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
         ];