正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -43,7 +43,7 @@ class Kernel extends ConsoleKernel | @@ -43,7 +43,7 @@ class Kernel extends ConsoleKernel | ||
| 43 | $schedule->command('sync_ad_cost')->everyThirtyMinutes()->withoutOverlapping(1); | 43 | $schedule->command('sync_ad_cost')->everyThirtyMinutes()->withoutOverlapping(1); |
| 44 | 44 | ||
| 45 | // $schedule->command('ai_blog_auto_publish auto_open')->everyMinute()->withoutOverlapping(1); | 45 | // $schedule->command('ai_blog_auto_publish auto_open')->everyMinute()->withoutOverlapping(1); |
| 46 | - $schedule->command('ai_blog_auto_publish auto_publish')->dailyAt('07:00')->withoutOverlapping(1); | 46 | +// $schedule->command('ai_blog_auto_publish auto_publish')->dailyAt('07:00')->withoutOverlapping(1); |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | /** | 49 | /** |
-
请 注册 或 登录 后发表评论