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(); }