diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index c1625576b..95a745302 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -263,10 +263,10 @@ and s.shop_number like concat('%', #{shopNumber},'%') - and floor_id = #{floor} + and s.floor_id = #{floor} - and building_id = #{building} + and s.building_id = #{building} order by rc.id desc