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 member.container
) )
) )
.from(audioContentComment) .from(audioContent)
.innerJoin(audioContentComment.audioContent, audioContent) .innerJoin(audioContent.member, member)
.innerJoin(audioContentComment.member, member)
.where(where) .where(where)
.fetch() .fetch()
} }