正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -36,7 +36,7 @@ class ServersIpLogic extends BaseLogic | @@ -36,7 +36,7 @@ class ServersIpLogic extends BaseLogic | ||
| 36 | public function infoServersIp(){ | 36 | public function infoServersIp(){ |
| 37 | $info = $this->model->read(['id'=>$this->param['id']]); | 37 | $info = $this->model->read(['id'=>$this->param['id']]); |
| 38 | $projectModel = new Project(); | 38 | $projectModel = new Project(); |
| 39 | - $info['project_title'] = $projectModel->formatQuery(['serve_id'=>$info['id']])->pluck('title')->toArray(); | 39 | + $info['project_title'] = $projectModel->formatQuery(['serve_id'=>$info['id'],'delete_status'=>0])->pluck('title')->toArray(); |
| 40 | return $this->success($info); | 40 | return $this->success($info); |
| 41 | } | 41 | } |
| 42 | 42 |
-
请 注册 或 登录 后发表评论