|
...
|
...
|
@@ -375,7 +375,8 @@ class ProjectLogic extends BaseLogic |
|
|
|
$domainModel->edit(['project_id'=>'','status'=>DomainInfo::STATUS_ZERO]);
|
|
|
|
}
|
|
|
|
//重新设置域名
|
|
|
|
$domainModel->edit(['status'=>DomainInfo::STATUS_ONE,'project_id'=>$project_id],['domain'=>$domain]);
|
|
|
|
$rs = $domainModel->edit(['status'=>DomainInfo::STATUS_ONE,'project_id'=>$project_id],['domain'=>$domain]);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($rs.$domain, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|