diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index a7791d8e1..e0f3f4ec6 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 s.floor_id = #{floor} + and floor_id = #{floor} - and s.building_id = #{building} + and building_id = #{building} order by rc.id desc