콘텐츠 댓글 푸시 대상자 조회
- audioContentComment 조회 대상에 추가
This commit is contained in:
@@ -221,8 +221,9 @@ class AudioContentCommentQueryRepositoryImpl(
|
||||
member.container
|
||||
)
|
||||
)
|
||||
.from(audioContent)
|
||||
.innerJoin(audioContent.member, member)
|
||||
.from(audioContentComment)
|
||||
.innerJoin(audioContentComment.audioContent, audioContent)
|
||||
.innerJoin(audioContentComment.member, member)
|
||||
.where(where)
|
||||
.fetch()
|
||||
}
|
||||
|
Reference in New Issue
Block a user