|
...
|
...
|
@@ -556,7 +556,7 @@ class OptimizeController extends BaseController |
|
|
|
]);
|
|
|
|
ProjectServer::useProject($this->param['project_id']);
|
|
|
|
$aiBlogModel = new AiBlog();
|
|
|
|
$list = $aiBlogModel->formatQuery(['anchor'=>['!=',null]])->pluck('route');
|
|
|
|
$list = $aiBlogModel->formatQuery(['anchor'=>['!=',null]])->pluck('route')->toArray();
|
|
|
|
if(!empty($list)){
|
|
|
|
$domainModel = new DomainInfo();
|
|
|
|
$DomainInfo = $domainModel->read(['project_id'=>$this->param['project_id']]);
|
...
|
...
|
|