作者 lyh

gx

@@ -30,7 +30,7 @@ class Kernel extends ConsoleKernel @@ -30,7 +30,7 @@ class Kernel extends ConsoleKernel
30 $schedule->command('sync_channel')->dailyAt('06:00')->withoutOverlapping(1); // 渠道信息,每周执行一次 30 $schedule->command('sync_channel')->dailyAt('06:00')->withoutOverlapping(1); // 渠道信息,每周执行一次
31 $schedule->command('sync_project')->everyMinute()->withoutOverlapping(1); //同步项目 31 $schedule->command('sync_project')->everyMinute()->withoutOverlapping(1); //同步项目
32 $schedule->command('month_count')->monthlyOn(1,'01:00')->withoutOverlapping(1);//没月月初1号执行月统计记录 32 $schedule->command('month_count')->monthlyOn(1,'01:00')->withoutOverlapping(1);//没月月初1号执行月统计记录
33 -// $schedule->command('inquiry_delay')->everyMinute()->withoutOverlapping(1);//每分钟执行一次 33 +// $schedule->command('inquiry_delay')->everyMinute()->withoutOverlapping(1);//TODO::上线放开,转发询盘,每分钟执行一次
34 $schedule->command('inquiry_count')->dailyAt('01:00')->withoutOverlapping(1); // 询盘统计数据,每天凌晨执行一次 34 $schedule->command('inquiry_count')->dailyAt('01:00')->withoutOverlapping(1); // 询盘统计数据,每天凌晨执行一次
35 // // 更新域名|证书结束时间,每天凌晨1点执行一次 35 // // 更新域名|证书结束时间,每天凌晨1点执行一次
36 // $schedule->command('domain_time')->dailyAt('01:00')->withoutOverlapping(1); 36 // $schedule->command('domain_time')->dailyAt('01:00')->withoutOverlapping(1);