作者 lyh

gx脚本

@@ -92,6 +92,7 @@ class AiBlogAuthorId extends Command @@ -92,6 +92,7 @@ class AiBlogAuthorId extends Command
92 } 92 }
93 } 93 }
94 DB::disconnect('custom_mysql'); 94 DB::disconnect('custom_mysql');
  95 + $aiBlogTaskModel->edit(['status'=>2],['id'=>$task_id]);
95 $this->sendCPost($item['project_id']); 96 $this->sendCPost($item['project_id']);
96 return true; 97 return true;
97 } 98 }