From 80ebfd06fd4017be60e0aaceedcf93a6fed60480 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Mon, 4 May 2020 19:38:29 +0800 Subject: [PATCH] =?UTF-8?q?[shop][=E4=BF=AE=E5=A4=8D]:=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/WxShopMapper.xml | 32 +++---------------- pom.xml | 6 ++-- 2 files changed, 7 insertions(+), 31 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index 59f7e3ac1..9829de121 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -158,7 +158,8 @@ m.link_person linkPerson,m.link_phone linkPhone,s.manager,s.manager_phone managerPhone, s.type,s.point_type pointType,s.addr,DATEDIFF(now(),s.create_date) freeDay,rent,rent_unit,s.business_id as businessId,s.create_date create_date - from wx_shop s left join wx_merchant_shop ms on ms.shop_id=s.id and ms.is_del=0 + 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 left join wx_mall_floor f on s.floor=f.id @@ -186,52 +187,42 @@ and s.`shop_number` like concat('%', #{shopNumber},'%') - and s.`build_area` like concat('%', #{buildArea},'%') - and s.`operation_area` like concat('%', #{operationArea},'%') - and s.`x` = #{x} - and s.`y` = #{y} - and s.`addr` like concat('%', #{addr},'%') - and s.`baidu_poi` like concat('%', #{baiduPoi},'%') - and s.`longitude` = #{longitude} - and s.`latitude` = #{latitude} - and s.`create_date` = #{createDate} - @@ -260,8 +251,8 @@