Compare commits
No commits in common. "ac25782f2b2f3ace36861985a19a1b86ab2f67f5" and "20437d56e75f7ddff9d0b26599859012e8e0cf1b" have entirely different histories.
ac25782f2b
...
20437d56e7
|
@ -66,10 +66,7 @@ class AdminHashTagCurationQueryRepositoryImpl(
|
||||||
.and(audioContent.member.isNotNull)
|
.and(audioContent.member.isNotNull)
|
||||||
.and(audioContent.isActive.isTrue)
|
.and(audioContent.isActive.isTrue)
|
||||||
.and(audioContent.title.contains(searchWord))
|
.and(audioContent.title.contains(searchWord))
|
||||||
.and(
|
.and(contentHashTagCurationItem.id.isNull)
|
||||||
contentHashTagCurationItem.id.isNull
|
|
||||||
.or(contentHashTagCurationItem.isActive.isFalse)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue