Compare commits

...

2 Commits

1 changed files with 0 additions and 4 deletions

View File

@ -376,10 +376,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.toList()
}
@Cacheable(
value = ["getAudioContentMainBannerList"],
cacheManager = "cacheManager"
)
override fun getAudioContentMainBannerList(isAdult: Boolean): List<AudioContentBanner> {
var where = audioContentBanner.isActive.isTrue