Browse Source

文化管数据合并2

master
wanghongjun 1 year ago
parent
commit
326d84a1e9
  1. 2
      source/application/api/controller/pass/Statistics.php

2
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' => []];

Loading…
Cancel
Save