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