作者 lyh

gx视频脚本

@@ -111,7 +111,7 @@ class VideoTask extends Command @@ -111,7 +111,7 @@ class VideoTask extends Command
111 } 111 }
112 $logo_bg = $this->getImage($domainInfo); 112 $logo_bg = $this->getImage($domainInfo);
113 foreach ($keyword as $val) { 113 foreach ($keyword as $val) {
114 - $log = KeywordVideoTaskLog::where(['project_id' => $task_project->project_id, 'keyword_id' => $val->id])->first(); 114 + $log = KeywordVideoTaskLog::where(['project_id' => $task_project->project_id, 'keyword_id' => $val->id , 'result_status'=>'200'])->first();
115 if ($log){ 115 if ($log){
116 continue; 116 continue;
117 } 117 }