Browse Source

施工单修改交车逻辑

cqp 2 months ago
parent
commit
8953c5072a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Service/StatisticsService.php

+ 2 - 1
app/Service/StatisticsService.php

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