|
...
|
...
|
@@ -36,7 +36,7 @@ class ServersIpLogic extends BaseLogic |
|
|
|
public function infoServersIp(){
|
|
|
|
$info = $this->model->read(['id'=>$this->param['id']]);
|
|
|
|
$projectModel = new Project();
|
|
|
|
$info['project_title'] = $projectModel->formatQuery(['serve_id'=>$info['id']])->pluck('title')->toArray();
|
|
|
|
$info['project_title'] = $projectModel->formatQuery(['serve_id'=>$info['id'],'delete_status'=>0])->pluck('title')->toArray();
|
|
|
|
return $this->success($info);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|