diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml
index 2e8567138..b2761a939 100644
--- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml
@@ -338,7 +338,7 @@
and json_extract(rc.rent_info,'$[*].shopNumber') like concat('%',#{shopNumber},'%')
- and s.`shop_number` like concat('%',#{shopNumber},'%')ig
+ and s.`shop_number` like concat('%',#{shopNumber},'%')
and rc.`status` = #{status}