Compare commits

..

No commits in common. "0496f665aa771e9d72d6ff3b13422a6a7ffd55f4" and "0d19e1be74429d24c04199727583f5ddfcefe039" have entirely different histories.

1 changed files with 4 additions and 0 deletions

View File

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