From efd728b36cf32ac0c66477374ac8cfca3970999e Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sat, 22 Dec 2018 11:45:46 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=9F=E8=B5=81=E5=90=88=E5=90=8C][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E8=A1=A5=E5=BD=95=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E5=95=86=E6=88=B7]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxShopMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index 93be77ea4..7de04f6df 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -267,7 +267,8 @@ select s.id,s.shop_number shopNumber,s.build_area buildArea, s.img_url imgUrl,s.operation_area operationArea, s.status,b.building_name building,f.floor_name floor,m.`name` merchantName,m.id merchantId, - m.link_person linkPerson,m.link_phone linkPhone,s.manager,s.manager_phone managerPhone + m.link_person linkPerson,m.link_phone linkPhone,s.manager,s.manager_phone managerPhone, + m.brand,m.business_id businessId,m.shop_type shopType from wx_shop s left join wx_merchant_shop ms on ms.shop_id=s.id and ms.is_del=0 left join wx_merchant m on ms.merchant_id=m.id left join wx_mall_building b on s.building=b.id