正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -76,7 +76,7 @@ class AiVideoTask extends Command | @@ -76,7 +76,7 @@ class AiVideoTask extends Command | ||
| 76 | $this->updateProject = []; | 76 | $this->updateProject = []; |
| 77 | } | 77 | } |
| 78 | if(!empty($this->routes)){ | 78 | if(!empty($this->routes)){ |
| 79 | -// $this->updateRoutes($this->routes); | 79 | + $this->updateRoutes($this->routes); |
| 80 | $this->routes = []; | 80 | $this->routes = []; |
| 81 | } | 81 | } |
| 82 | $aiVideoTaskModel = new AiVideoTaskModel(); | 82 | $aiVideoTaskModel = new AiVideoTaskModel(); |
-
请 注册 或 登录 后发表评论