From 3ae5eab67809367822ed74c62bf66238d0c4aaa0 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 2 Jul 2024 09:24:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E4=BA=86=20UserLists?= =?UTF-8?q?=20=E7=B1=BB=E4=B8=AD=E7=9A=84=E7=A9=BA=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/lists/user/UserLists.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/store/lists/user/UserLists.php b/app/store/lists/user/UserLists.php index 17e5a156d..91a532214 100644 --- a/app/store/lists/user/UserLists.php +++ b/app/store/lists/user/UserLists.php @@ -43,7 +43,6 @@ class UserLists extends BaseAdminDataLists implements ListsSearchInterface if($street){ $uid=UserAddress::where('street',$street)->group('uid')->column('uid'); if($uid){ - $this->searchWhere=[]; $this->searchWhere[]=['id','in',$uid]; }else{ return [];