From b65ab070b19b07c917820486e815376601085ba1 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Tue, 7 May 2024 11:13:33 +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=E5=BA=97=E5=AE=B6=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E5=A7=93=E5=90=8D?= 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 85da5eb..ab4997a 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,mer_address') + ->field('mer_id,mer_name,long,lat,service_phone,service_user,mer_address') ->limit($this->limitOffset, $this->limitLength) ->order($order) ->select()