From 326d84a1e98027f1912844b43378ed58648755f2 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Thu, 26 Sep 2024 11:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=8C=96=E7=AE=A1=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=90=88=E5=B9=B62?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/application/api/controller/pass/Statistics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/application/api/controller/pass/Statistics.php b/source/application/api/controller/pass/Statistics.php index d5eb268..1d97649 100644 --- a/source/application/api/controller/pass/Statistics.php +++ b/source/application/api/controller/pass/Statistics.php @@ -102,7 +102,7 @@ class Statistics extends Controller $whData[$groupId]['sum_year'] += $item['incount']; if (!isset($whData[$groupId]['month'][$month])) $whData[$groupId]['month'][$month] = 0; - $whData[$groupId]['month'][010] += $item['incount']; + $whData[$groupId]['month'][$month] += $item['incount']; } $whg2Data = isset($whData['BAF055']) ? $whData['BAF055'] : ['sum_year' => 0, 'month' => []];