|
|
|
|
@ -34,7 +34,7 @@ class Kernel extends ConsoleKernel
|
|
|
|
|
// 更新课程校友资格
|
|
|
|
|
$schedule->command('auto_schoolmate')->everyThirtyMinutes();
|
|
|
|
|
// 同步课程未预约的新增车牌号
|
|
|
|
|
// $schedule->command('sync_course_car_appointments')->everyThirtyMinutes();
|
|
|
|
|
$schedule->command('sync_course_car_appointments')->everyThirtyMinutes();
|
|
|
|
|
// 同步预约未提交的新增车牌号
|
|
|
|
|
$schedule->command('sync_appointment_car_appointments')->everyFiveMinutes();
|
|
|
|
|
// 更新公司信息
|
|
|
|
|
|