최근 방문한 라이브 유저 검색이 되지 않는 버그 수정
This commit is contained in:
		| @@ -37,6 +37,7 @@ class LiveRoomVisitQueryRepositoryImpl(private val queryFactory: JPAQueryFactory | ||||
|         return queryFactory | ||||
|             .selectFrom(liveRoomVisit) | ||||
|             .innerJoin(liveRoomVisit.room, liveRoom) | ||||
|             .innerJoin(liveRoomVisit.member, member) | ||||
|             .where(member.id.eq(memberId)) | ||||
|             .orderBy(liveRoomVisit.updatedAt.desc()) | ||||
|             .fetchFirst() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user