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