[ // 定时任务 'crontab' => 'app\common\command\Crontab', // 退款查询 'query_refund' => 'app\common\command\QueryRefund', // mq队列任务 'query_add_agreement' => 'app\common\command\AddAgreementPdf', //工程师每日开启接单的通知 'open_obtain_order' => 'app\common\command\OpenObtainOrder', //发送保险邮箱 'send_bx_mail' => 'app\common\command\SendBxMail', //工程师自动派单 'automatic_dispatch' => 'app\common\command\AutomaticDispatch', //自动取消超时未领的工单 'cancel_dispatch' => 'app\common\command\CancelDispatch', //工程师每周更新一次综合评分和服务时长 'update_worker_score' => 'app\common\command\UpdateWorkerScore', //拼团订单结束 'group_order' => 'app\common\command\GroupOrder', // 导出表格 'excel_export' => 'app\common\command\ExcelExport', // 长期工程师结算 'salary_item_permanently' => 'app\common\command\SalaryItemPermanently', //配件定时任务 'examine_spare' => 'app\common\command\ExamineSpare', //维修故障限价数据初始化抓取 'fault_init' => 'app\common\command\FaultInit', //每天定时更新工程师连续拒单最大值 'rejection_statistics' => 'app\common\command\RejectionStatistics', ], ];