chengf
2025-08-07 58432ef29b81162f9744133560a1634d87f00633
java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
@@ -818,6 +818,9 @@
        <if test="unitNum !=null and unitNum != ''">
            and u.unit_num= #{unitNum}
        </if>
        <if test="doorRoomNum !=null and doorRoomNum != ''">
            and t.door_room_num= #{doorRoomNum}
        </if>
        <if test="bId !=null and bId != ''">
            and t.b_id= #{bId}
        </if>