diff --git a/app/common/lists/user/UserShipLists.php b/app/common/lists/user/UserShipLists.php index 325f25b35..e66ec7f2c 100644 --- a/app/common/lists/user/UserShipLists.php +++ b/app/common/lists/user/UserShipLists.php @@ -42,6 +42,7 @@ class UserShipLists extends BaseAdminDataLists if(!$this->request->__get('id')){ $arr[]=['id'=>0,'title'=>'一般用户','limit'=>0]; } + $this->searchWhere[]=['id','<>',4]; $lists = UserShip::where($this->searchWhere) ->limit($this->limitOffset, $this->limitLength) ->field($field)