Compare commits

..

No commits in common. "b735e861d00c893bd6aed840fc140976348f320c" and "4eb433d3724adce8c2e505954455136f35d224ea" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -221,9 +221,8 @@ class AudioContentCommentQueryRepositoryImpl(
member.container
)
)
.from(audioContentComment)
.innerJoin(audioContentComment.audioContent, audioContent)
.innerJoin(audioContentComment.member, member)
.from(audioContent)
.innerJoin(audioContent.member, member)
.where(where)
.fetch()
}