cqp 2 달 전
부모
커밋
f2987369f6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Service/StatisticsService.php

+ 2 - 1
app/Service/StatisticsService.php

@@ -3498,7 +3498,8 @@ class StatisticsService extends Service
             $area[] = [
                 'label' => $value,
                 'value' => $key,
-                'list' => []
+                'list' => [],
+                'count' => 0
             ];
         }