Compare commits
2 Commits
0745890af0
...
3fae40fbef
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fae40fbef | |||
| 51260311a0 |
@@ -83,6 +83,7 @@ class AudioContentCommentQueryRepositoryImpl(
|
|||||||
.from(audioContentComment)
|
.from(audioContentComment)
|
||||||
.where(
|
.where(
|
||||||
audioContentComment.audioContent.id.eq(contentId)
|
audioContentComment.audioContent.id.eq(contentId)
|
||||||
|
.and(audioContentComment.parent.isNull)
|
||||||
.and(audioContentComment.isActive.isTrue)
|
.and(audioContentComment.isActive.isTrue)
|
||||||
)
|
)
|
||||||
.fetch()
|
.fetch()
|
||||||
|
|||||||
Reference in New Issue
Block a user