正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论