Compare commits
2 Commits
0d19e1be74
...
0496f665aa
Author | SHA1 | Date |
---|---|---|
|
0496f665aa | |
|
ae6171e844 |
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue