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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user