Compare commits
No commits in common. "b735e861d00c893bd6aed840fc140976348f320c" and "4eb433d3724adce8c2e505954455136f35d224ea" have entirely different histories.
b735e861d0
...
4eb433d372
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue