From 92001472ba9ec37587a862ae942aa40eaeeba965 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Thu, 28 May 2026 14:34:08 +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 3c833e3..1f43568 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -36,7 +36,7 @@ class Kernel extends ConsoleKernel // 同步课程未预约的新增车牌号 // $schedule->command('sync_course_car_appointments')->everyThirtyMinutes(); // 同步预约未提交的新增车牌号 - $schedule->command('sync_appointment_car_appointments')->everyThirtyMinutes(); + $schedule->command('sync_appointment_car_appointments')->everyFiveMinutes(); // 更新公司信息 // $schedule->command('update_company')->everyFiveMinutes(); // 全量同步公司信息(每天凌晨执行,不同步经纬度和地址)