正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -107,7 +107,7 @@ class TicketCount extends Command | @@ -107,7 +107,7 @@ class TicketCount extends Command | ||
| 107 | 'timeout_num'=>$timeout_num,//超时工单数量 | 107 | 'timeout_num'=>$timeout_num,//超时工单数量 |
| 108 | 'complete_num'=>$complete_num,//完成工单数量 | 108 | 'complete_num'=>$complete_num,//完成工单数量 |
| 109 | 'dept_id'=>$item['dept_id'], | 109 | 'dept_id'=>$item['dept_id'], |
| 110 | - 'timeout_ratio'=>$timeout_ratio | 110 | + 'timeout_ratio'=>$timeout_ratio ?? null |
| 111 | ]; | 111 | ]; |
| 112 | //查询当前用户是否当日已有记录 | 112 | //查询当前用户是否当日已有记录 |
| 113 | $ticketManageInfo = $ticketManageCountModel->read(['date'=>$date,'manage_id'=>$item['id']],['id']); | 113 | $ticketManageInfo = $ticketManageCountModel->read(['date'=>$date,'manage_id'=>$item['id']],['id']); |
-
请 注册 或 登录 后发表评论