|
...
|
...
|
@@ -158,7 +158,8 @@ class TicketCount extends Command |
|
|
|
'dept_name'=>$item['name'],
|
|
|
|
'ticket_num'=>$ticket_num ?? 0,
|
|
|
|
'average_time'=>$average_time ?? null,
|
|
|
|
'timeout_ratio'=>$timeout_ratio ?? null
|
|
|
|
'timeout_ratio'=>$timeout_ratio ?? null,
|
|
|
|
'timeout_num'=>$timeout_num
|
|
|
|
];
|
|
|
|
$deptInfo = $ticketDailyDeptModel->read(['date'=>$date,'dept_id'=>$item['id']],['id']);
|
|
|
|
if($deptInfo === false){
|
...
|
...
|
|