diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index 7b1031bc5..48b346a94 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -262,10 +262,10 @@ and s.shop_number like concat('%', #{shopNumber},'%') - and s.floor_name like concat('%', #{floor},'%') + and s.floor = #{floor} - and s.building_name like concat('%', #{building},'%') + and s.building = #{building} order by rc.id desc