Browse Source

施工单修改交车逻辑

cqp 2 tháng trước cách đây
mục cha
commit
8953c5072a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Service/StatisticsService.php

+ 2 - 1
app/Service/StatisticsService.php

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