From eb9147d3036b997f067654db975787f1da1000f1 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 9 Mar 2026 16:30:53 +0800 Subject: [PATCH] update --- 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 0375adb..a3442af 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -36,7 +36,7 @@ class Kernel extends ConsoleKernel // 更新公司信息 $schedule->command('update_company')->everyFiveMinutes(); // 全量同步公司信息(每天凌晨执行,不同步经纬度和地址) - $schedule->command('sync:company')->dailyAt('02:00'); + // $schedule->command('sync:company')->dailyAt('02:00'); // 同步老师课程方向 $schedule->command('sync:teacher_direction')->hourly(); }