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>