From ba42f1e8bb6d49a9f4b65534404679cdab17226d Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 23 Sep 2022 19:05:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=88=86=E9=A1=B5=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/SearchService.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/service/SearchService.php b/app/service/SearchService.php index 2fa363af4..b2a4242e5 100755 --- a/app/service/SearchService.php +++ b/app/service/SearchService.php @@ -109,6 +109,9 @@ class SearchService */ public static function SearchMapHandle($data, $pid, $did, $params, $ext = []) { + // 移除分页 + unset($params['page']); + // ascii字段处理 $is_ascii = isset($ext['is_ascii']) && $ext['is_ascii'] == true; $field = empty($ext['field']) ? 'value' : $ext['field'];