최근 방문한 라이브 유저 검색이 되지 않는 버그 수정
This commit is contained in:
parent
bc0baeffe9
commit
4a7e684606
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue