크리에이터 관리자 - 콘텐츠 누적 매출 API #81

Merged
klaus merged 4 commits from test into main 2023-11-13 15:23:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3164232f9d - Show all commits

View File

@ -143,7 +143,7 @@ class AdminCalculateService(private val repository: AdminCalculateQueryRepositor
@Transactional(readOnly = true)
@Cacheable(
cacheNames = ["cache_ttl_3_hours"],
key = "'getCumulativeSalesByContent:' + " + "#offset + ':' + #limit"
key = "'cumulativeSalesByContent:' + " + "#offset + ':' + #limit"
)
fun getCumulativeSalesByContent(offset: Long, limit: Long): GetCumulativeSalesByContentResponse {
val totalCount = repository.getCumulativeSalesByContentTotalCount()