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