完成订单重构

This commit is contained in:
xman 2025-06-01 22:31:47 +08:00
parent fa33ccd504
commit 684c4d3801

View File

@ -15,7 +15,7 @@ class CheckOrdeRecordCommand extends Command
protected function configure() protected function configure()
{ {
$this->setName('check:dispatch-record-notice') $this->setName('check:dispatch-record-notice')
->setDescription('dispatch跟进记录通知,每分钟一次'); ->setDescription('dispatch跟进记录通知,每天9点1分执行');
} }
protected function execute(Input $input, Output $output){ protected function execute(Input $input, Output $output){