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}