正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -53,7 +53,7 @@ class AiVideoListTask extends Command | @@ -53,7 +53,7 @@ class AiVideoListTask extends Command | ||
| 53 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export('执行的项目id->'.$project_id, true) . PHP_EOL, FILE_APPEND); | 53 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export('执行的项目id->'.$project_id, true) . PHP_EOL, FILE_APPEND); |
| 54 | ProjectServer::useProject($project_id); | 54 | ProjectServer::useProject($project_id); |
| 55 | $this->updateBlogList($project_id); | 55 | $this->updateBlogList($project_id); |
| 56 | -// $this->curlDelRoute($project_id); | 56 | + $this->curlDelRoute($project_id); |
| 57 | DB::disconnect('custom_mysql'); | 57 | DB::disconnect('custom_mysql'); |
| 58 | return true; | 58 | return true; |
| 59 | } | 59 | } |
-
请 注册 或 登录 后发表评论