|
|
|
|
@ -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();
|
|
|
|
|
// 全量同步公司信息(每天凌晨执行,不同步经纬度和地址)
|
|
|
|
|
|