合并分支 'master-server' 到 'master'
修改视频任务Master server 查看合并请求 !660
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -44,7 +44,7 @@ class Kernel extends ConsoleKernel | @@ -44,7 +44,7 @@ class Kernel extends ConsoleKernel | ||
| 44 | $schedule->command('recommended_suppliers')->dailyAt('03:00')->withoutOverlapping(1); //每天凌晨1点执行一次生成推荐商 | 44 | $schedule->command('recommended_suppliers')->dailyAt('03:00')->withoutOverlapping(1); //每天凌晨1点执行一次生成推荐商 |
| 45 | $schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1); | 45 | $schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1); |
| 46 | // 每日推送视频任务 | 46 | // 每日推送视频任务 |
| 47 | - $schedule->command('video_task')->hourly()->withoutOverlapping(1); | 47 | +// $schedule->command('video_task')->hourly()->withoutOverlapping(1); |
| 48 | // 每日推送已完成视频任务项目生成对应界面 | 48 | // 每日推送已完成视频任务项目生成对应界面 |
| 49 | $schedule->command('notice_c')->dailyAt('04:00')->withoutOverlapping(1); | 49 | $schedule->command('notice_c')->dailyAt('04:00')->withoutOverlapping(1); |
| 50 | } | 50 | } |
| @@ -709,7 +709,7 @@ class BTemplateLogic extends BaseLogic | @@ -709,7 +709,7 @@ class BTemplateLogic extends BaseLogic | ||
| 709 | } | 709 | } |
| 710 | $route = RouteMap::getRoute($type,$source_id,$this->user['project_id']); | 710 | $route = RouteMap::getRoute($type,$source_id,$this->user['project_id']); |
| 711 | $this->addUpdateNotify($type,$route); | 711 | $this->addUpdateNotify($type,$route); |
| 712 | - return $this->curlDelRoute(['route'=>$route,'new_route'=>$route]); | 712 | + return $this->curlDelRoute(['old_route'=>$route,'new_route'=>$route]); |
| 713 | } | 713 | } |
| 714 | 714 | ||
| 715 | /** | 715 | /** |
-
请 注册 或 登录 后发表评论