正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -39,6 +39,7 @@ class Kernel extends ConsoleKernel | @@ -39,6 +39,7 @@ class Kernel extends ConsoleKernel | ||
| 39 | $schedule->command('sync_ad_cost')->everyThirtyMinutes()->withoutOverlapping(1); | 39 | $schedule->command('sync_ad_cost')->everyThirtyMinutes()->withoutOverlapping(1); |
| 40 | // 优化预设关键词 同步 20点会开始TDK生成 | 40 | // 优化预设关键词 同步 20点会开始TDK生成 |
| 41 | $schedule->command('optimize_set_keyword_sync')->dailyAt('20:00')->withoutOverlapping(1); | 41 | $schedule->command('optimize_set_keyword_sync')->dailyAt('20:00')->withoutOverlapping(1); |
| 42 | + $schedule->command('after_count')->dailyAt('01:00')->withoutOverlapping(1); //售后日统计 每天统计一次 | ||
| 42 | } | 43 | } |
| 43 | 44 | ||
| 44 | /** | 45 | /** |
-
请 注册 或 登录 后发表评论