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})