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