Your Name
2023-07-11 d7d9b601b2e4fdb663375993e2cfbdbd363df421
java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
@@ -43,7 +43,7 @@
            and f.`floor_num`= #{floorNum}
        </if>
        <if test="unitNum !=null and unitNum != ''">
            and u.unit_num= #{unitNum}
            and bu.unit_num= #{unitNum}
        </if>
        <if test="floorIds !=null ">
            and f.floor_id in