Explorar el Código

施工单修改交车逻辑

cqp hace 2 meses
padre
commit
8953c5072a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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
             ];
         }