test #63

Merged
klaus merged 12 commits from test into main 2023-11-02 12:18:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bc1db79430 - Show all commits

View File

@ -28,7 +28,7 @@ class AudioContentThemeQueryRepository(
.fetch()
}
@Cacheable(cacheNames = ["default"], key = "'getActiveThemeOfContent:' + ':' + #isAdult")
@Cacheable(cacheNames = ["default"], key = "'activeThemeOfContent:' + ':' + #isAdult")
fun getActiveThemeOfContent(isAdult: Boolean = false): List<String> {
var where = audioContent.isActive.isTrue
.and(audioContentTheme.isActive.isTrue)