作者 lyh

gx

@@ -193,7 +193,6 @@ class AiVideoAutoPublish extends Command @@ -193,7 +193,6 @@ class AiVideoAutoPublish extends Command
193 } 193 }
194 $item = $aiVideoAutoLogModel->read(['status'=>0,'trigger_id'=>null]); 194 $item = $aiVideoAutoLogModel->read(['status'=>0,'trigger_id'=>null]);
195 if($item === false){ 195 if($item === false){
196 - echo date('Y-m-d H:i:s').':无生成图片的数据。'.PHP_EOL;  
197 sleep(60); 196 sleep(60);
198 continue; 197 continue;
199 } 198 }