From 08ea8309b4a11aefef2ded0d8c0f5d3de7b907f5 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Tue, 7 May 2024 10:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E8=B4=A7=E7=82=B9=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AF=A6=E7=BB=86=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/lists/merchant/MerchantLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/lists/merchant/MerchantLists.php b/app/api/lists/merchant/MerchantLists.php index 3ed8b52..85da5eb 100644 --- a/app/api/lists/merchant/MerchantLists.php +++ b/app/api/lists/merchant/MerchantLists.php @@ -53,7 +53,7 @@ class MerchantLists extends BaseAdminDataLists implements ListsSearchInterface ) ASC "); } return Merchant::where($this->searchWhere) - ->field('mer_id,mer_name,long,lat,service_phone') + ->field('mer_id,mer_name,long,lat,service_phone,mer_address') ->limit($this->limitOffset, $this->limitLength) ->order($order) ->select()