正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -556,7 +556,7 @@ class OptimizeController extends BaseController | @@ -556,7 +556,7 @@ class OptimizeController extends BaseController | ||
| 556 | ]); | 556 | ]); |
| 557 | ProjectServer::useProject($this->param['project_id']); | 557 | ProjectServer::useProject($this->param['project_id']); |
| 558 | $aiBlogModel = new AiBlog(); | 558 | $aiBlogModel = new AiBlog(); |
| 559 | - $list = $aiBlogModel->formatQuery(['anchor'=>['!=',null]])->pluck('route'); | 559 | + $list = $aiBlogModel->formatQuery(['anchor'=>['!=',null]])->pluck('route')->toArray(); |
| 560 | if(!empty($list)){ | 560 | if(!empty($list)){ |
| 561 | $domainModel = new DomainInfo(); | 561 | $domainModel = new DomainInfo(); |
| 562 | $DomainInfo = $domainModel->read(['project_id'=>$this->param['project_id']]); | 562 | $DomainInfo = $domainModel->read(['project_id'=>$this->param['project_id']]); |
-
请 注册 或 登录 后发表评论