From 4852860346af73018fc9b13c16729ffaf0e906c8 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 1 Jul 2024 18:09:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(UserLists):=20=E6=A0=B9=E6=8D=AE=E8=A1=97?= =?UTF-8?q?=E9=81=93=E5=90=8D=E7=A7=B0=E6=9F=A5=E8=AF=A2=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/lists/user/UserLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/lists/user/UserLists.php b/app/store/lists/user/UserLists.php index 234e7f15d..898bf2f5e 100644 --- a/app/store/lists/user/UserLists.php +++ b/app/store/lists/user/UserLists.php @@ -41,7 +41,7 @@ class UserLists extends BaseAdminDataLists implements ListsSearchInterface { $street=$this->request->get('street',''); if($street){ - $uid=UserAddress::where('village',$street)->group('uid')->column('uid'); + $uid=UserAddress::where('street',$street)->group('uid')->column('uid'); if($uid){ $this->searchWhere=['uid','=',$uid]; }else{