From 684c4d3801ed6720ecc11fddc371d03f2a27c3b7 Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Sun, 1 Jun 2025 22:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E8=AE=A2=E5=8D=95=E9=87=8D?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/command/CheckOrdeRecordCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/command/CheckOrdeRecordCommand.php b/application/common/command/CheckOrdeRecordCommand.php index 50f74fa..f2ad185 100644 --- a/application/common/command/CheckOrdeRecordCommand.php +++ b/application/common/command/CheckOrdeRecordCommand.php @@ -15,7 +15,7 @@ class CheckOrdeRecordCommand extends Command protected function configure() { $this->setName('check:dispatch-record-notice') - ->setDescription('dispatch跟进记录通知,每分钟一次'); + ->setDescription('dispatch跟进记录通知,每天9点1分执行'); } protected function execute(Input $input, Output $output){