Compare commits
No commits in common. "0496f665aa771e9d72d6ff3b13422a6a7ffd55f4" and "0d19e1be74429d24c04199727583f5ddfcefe039" have entirely different histories.
0496f665aa
...
0d19e1be74
|
@ -376,6 +376,10 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
|
||||||
.toList()
|
.toList()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Cacheable(
|
||||||
|
value = ["getAudioContentMainBannerList"],
|
||||||
|
cacheManager = "cacheManager"
|
||||||
|
)
|
||||||
override fun getAudioContentMainBannerList(isAdult: Boolean): List<AudioContentBanner> {
|
override fun getAudioContentMainBannerList(isAdult: Boolean): List<AudioContentBanner> {
|
||||||
var where = audioContentBanner.isActive.isTrue
|
var where = audioContentBanner.isActive.isTrue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue