正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -38,7 +38,6 @@ class ServersIpController extends BaseController | @@ -38,7 +38,6 @@ class ServersIpController extends BaseController | ||
| 38 | $this->response('當前服務器不存在',Code::SERVER_ERROR); | 38 | $this->response('當前服務器不存在',Code::SERVER_ERROR); |
| 39 | } | 39 | } |
| 40 | $serversIpModel = new ServersIpModel(); | 40 | $serversIpModel = new ServersIpModel(); |
| 41 | - $this->map['total'] = ['<',$info['ip_total']]; | ||
| 42 | $this->map['status'] = 0; | 41 | $this->map['status'] = 0; |
| 43 | $data = $serversIpModel->list($this->map); | 42 | $data = $serversIpModel->list($this->map); |
| 44 | $this->response('success',Code::SUCCESS,$data); | 43 | $this->response('success',Code::SUCCESS,$data); |
-
请 注册 或 登录 后发表评论