From c93650acd1db49a078240edc1b4e15c2b40f05eb Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 22 Jun 2024 17:21:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(UserShipLists):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=88=B9=E5=8F=AA=E5=88=97=E8=A1=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/lists/user/UserShipLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/lists/user/UserShipLists.php b/app/common/lists/user/UserShipLists.php index 4e3643d7..5b461451 100644 --- a/app/common/lists/user/UserShipLists.php +++ b/app/common/lists/user/UserShipLists.php @@ -42,7 +42,7 @@ class UserShipLists extends BaseAdminDataLists if($this->request->__get('id')){ $this->searchWhere[]=['id','in',[1,4]]; }else{ - $arr=['id'=>0,'title'=>'一般用户']; + $arr[]=['id'=>0,'title'=>'一般用户']; } $lists = UserShip::where($this->searchWhere) ->limit($this->limitOffset, $this->limitLength)