Compare commits
No commits in common. "3fae40fbefc92dad700ff1aad83d016f40eb1518" and "0745890af02610051f82087ed756bb7becbd5597" have entirely different histories.
3fae40fbef
...
0745890af0
|
@ -83,7 +83,6 @@ 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()
|
||||||
|
|
Loading…
Reference in New Issue