master
yulingwei 5 years ago
parent 2ac6f7ebee
commit 70f3da8017

@ -9280,6 +9280,15 @@ class ExportController extends Controller
GROUP BY t.id
$order");
}
if ($list) {
foreach ($list as &$item)
{
$item['total_create_count'] = $item['total_create_count'] ?? 0;
$item['total_accepted_count'] = $item['total_accepted_count'] ?? 0;
$item['total_handle_count'] = $item['total_handle_count'] ?? 0;
$item['total_complete_count'] = $item['total_complete_count'] ?? 0;
}
}
$xlsName = '工单统计报表';
$xlsCell = array(
array('nickname', "账号"),

Loading…
Cancel
Save