From e5190e906786fb4e04017356e27a6ecba6eb4d23 Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 24 Aug 2018 17:40:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=95=B0=E6=8D=AE=E5=BA=93][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]:=E4=BF=AE=E6=94=B9building=E8=A1=A8name=E4=B8=BAbuil?= =?UTF-8?q?ding=5Fname,=E4=BF=AE=E6=94=B9shop=E8=A1=A8=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxShopMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index d595a8d49..9f2ee3442 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -127,7 +127,7 @@ select s.id,s.shop_number shopNumber,s.build_area buildArea, s.img_url imgUrl,s.operation_area operationArea, - s.status,b.name buildName,f.floor_name floorName + s.status,b.building_name buildName,f.floor_name floorName from wx_shop s left join wx_mall_building b on s.building=b.id left join wx_mall_floor f on s.floor=f.id