Compare commits
2 Commits
20437d56e7
...
ac25782f2b
| Author | SHA1 | Date | |
|---|---|---|---|
| ac25782f2b | |||
| 8ac9695535 |
@@ -66,7 +66,10 @@ 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(contentHashTagCurationItem.id.isNull)
|
.and(
|
||||||
|
contentHashTagCurationItem.id.isNull
|
||||||
|
.or(contentHashTagCurationItem.isActive.isFalse)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user