From 43b9c9516b10a6eaadcf287786980951c48d5607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Mon, 25 Nov 2024 16:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=8F=91=E8=B4=A7=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 201d12c..afe932a 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -58,7 +58,7 @@ class Kernel extends ConsoleKernel //同步售卖信息和报损相关数据 $schedule->command(GoodsSkuDailyReport::class)->dailyAt('03:30'); - //新增价格校验 + //新增快团团订单状态同步 $schedule->command(KttOrderSyncStatus::class)->everyTenMinutes(); }