From 28ec8de00b230703e3143704f181933cfd76e5c8 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 27 Aug 2021 10:00:45 +0800 Subject: [PATCH] property --- .../src/main/resources/mapper/WxPropertyContractMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml b/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml index cc683acf7..a4ef296f9 100644 --- a/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml @@ -99,6 +99,9 @@ and `end_date` = #{endDate} and `rent_shop_type` = #{rentShopType} and `operation_type` = #{operationType} + + and `shop_number` like concat('%',#{shopNumber},'%') + and business_id in (${businessForRule})