作者 lyh

gx脚本

@@ -51,6 +51,7 @@ class UpdateKeyword extends Command @@ -51,6 +51,7 @@ class UpdateKeyword extends Command
51 if($domainInfo !== false){ 51 if($domainInfo !== false){
52 $this->curlDelRoute($domainInfo['domain'],$v['project_id']); 52 $this->curlDelRoute($domainInfo['domain'],$v['project_id']);
53 } 53 }
  54 + $keywordPageModel->edit(['status'=>1],['id'=>$v['id']]);
54 } 55 }
55 sleep(10); 56 sleep(10);
56 } 57 }