From 1fdedb2bc7e3971ede503e1912224d9ecd0622cf Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 20 Jul 2024 16:31:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0'store=5Fid'=E5=92=8C?= =?UTF-8?q?'user=5Fship'=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/lists/user/UserLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/lists/user/UserLists.php b/app/admin/lists/user/UserLists.php index 7976c871f..c2ddc082d 100644 --- a/app/admin/lists/user/UserLists.php +++ b/app/admin/lists/user/UserLists.php @@ -23,7 +23,7 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface */ public function setSearch(): array { - $allowSearch = ['keyword', 'channel', 'create_time_start', 'create_time_end']; + $allowSearch = ['keyword', 'channel', 'create_time_start', 'create_time_end','store_id','user_ship']; return array_intersect(array_keys($this->params), $allowSearch); }