Your Name
2023-07-11 d7d9b601b2e4fdb663375993e2cfbdbd363df421
java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
@@ -39,6 +39,12 @@
        <if test="floorId !=null and floorId != ''">
            and f.floor_id= #{floorId}
        </if>
        <if test="floorNum !=null and floorNum != ''">
            and f.`floor_num`= #{floorNum}
        </if>
        <if test="unitNum !=null and unitNum != ''">
            and bu.unit_num= #{unitNum}
        </if>
        <if test="floorIds !=null ">
            and f.floor_id in
            <foreach collection="floorIds" item="item" index="index" open="(" close=")" separator=",">
@@ -172,6 +178,12 @@
        <if test="floorId !=null and floorId != ''">
            and f.floor_id= #{floorId}
        </if>
        <if test="floorNum !=null and floorNum != ''">
            and f.`floor_num`= #{floorNum}
        </if>
        <if test="unitNum !=null and unitNum != ''">
            and u.unit_num= #{unitNum}
        </if>
        <if test="floorIds !=null ">
            and f.floor_id in
            <foreach collection="floorIds" item="item" index="index" open="(" close=")" separator=",">