From c9ac4f6f96b59a9ca3f802e85164f8a5216ec625 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Thu, 26 Mar 2026 12:24:41 +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 a3442af..ec3984a 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -34,7 +34,7 @@ class Kernel extends ConsoleKernel // 更新课程校友资格 $schedule->command('auto_schoolmate')->everyThirtyMinutes(); // 更新公司信息 - $schedule->command('update_company')->everyFiveMinutes(); + // $schedule->command('update_company')->everyFiveMinutes(); // 全量同步公司信息(每天凌晨执行,不同步经纬度和地址) // $schedule->command('sync:company')->dailyAt('02:00'); // 同步老师课程方向