作者 lyh

gx随机抽查数据

@@ -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 }