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