크리에이터 관리자 - 일자별 콘텐츠 정산 페이징 안되는 버그 수정 #85

Merged
klaus merged 3 commits from test into main 2023-11-14 05:17:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 216f983d36 - Show all commits

View File

@ -87,7 +87,7 @@ class CreatorAdminCalculateService(private val repository: CreatorAdminCalculate
@Transactional(readOnly = true)
@Cacheable(
cacheNames = ["cache_ttl_3_hours"],
key = "'creatorCumulativeSalesByContent:' + " +
key = "'creatorCalculateContentList:' + " +
"#startDateStr + ':' + #endDateStr + ':' + #memberId + ':' + #offset + ':' + #limit"
)
fun getCalculateContentList(