From de64ba837c715de080c99233675d2c18be148303 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 11 Jul 2024 11:41:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(UserShipLists):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=B1=BB=E5=9E=8BID=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/lists/user/UserShipLists.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)