java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
@@ -653,6 +653,12 @@ <if test="roomId !=null and roomId != ''"> and t.room_id= #{roomId} </if> <if test="roomIds != null"> and t.room_id in <foreach collection="roomIds" item="item" open="(" close=")" separator=","> #{item} </foreach> </if> <if test="layer !=null and layer != ''"> and t.layer= #{layer} </if>