From 2f330a66f99cf40dc9e6e8a4a911c1272f1bd985 Mon Sep 17 00:00:00 2001 From: luozukai Date: Thu, 26 Sep 2019 19:01:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9][=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E6=B6=88=E8=B4=B9][=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=8A=9F=E8=83=BD]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxShopMapper.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index a7ce9be39..ae7eced40 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -509,6 +509,14 @@ and s.`point_type` = #{pointType} + + + and s.shop_number = #{shopNumber} + + + + and b.building_name like concat('%', #{building},'%') + order by ${sortColumns}