作者 lyh

gx脚本

@@ -37,7 +37,6 @@ class Kernel extends ConsoleKernel @@ -37,7 +37,6 @@ class Kernel extends ConsoleKernel
37 $schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1); 37 $schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1);
38 // 每月15号执行任务 38 // 每月15号执行任务
39 $schedule->command('delete_template_log')->monthlyOn(15, '00:01')->withoutOverlapping(); 39 $schedule->command('delete_template_log')->monthlyOn(15, '00:01')->withoutOverlapping();
40 - $schedule->command('update_video_number')->monthlyOn(13, '00:01')->withoutOverlapping();  
41 // 每日推送已完成视频任务项目生成对应界面 40 // 每日推送已完成视频任务项目生成对应界面
42 $schedule->command('notice_c')->dailyAt('04:00')->withoutOverlapping(1); 41 $schedule->command('notice_c')->dailyAt('04:00')->withoutOverlapping(1);
43 } 42 }