Compare commits
2 Commits
4eb433d372
...
b735e861d0
Author | SHA1 | Date |
---|---|---|
|
b735e861d0 | |
|
c7513e9045 |
|
@ -221,8 +221,9 @@ class AudioContentCommentQueryRepositoryImpl(
|
||||||
member.container
|
member.container
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContentComment)
|
||||||
.innerJoin(audioContent.member, member)
|
.innerJoin(audioContentComment.audioContent, audioContent)
|
||||||
|
.innerJoin(audioContentComment.member, member)
|
||||||
.where(where)
|
.where(where)
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue