크리에이터 관리자 - 일자별 콘텐츠 정산 페이징 안되는 버그 수정
This commit is contained in:
parent
a215d027ec
commit
cb9ba824cf
|
@ -87,7 +87,8 @@ class CreatorAdminCalculateService(private val repository: CreatorAdminCalculate
|
|||
@Transactional(readOnly = true)
|
||||
@Cacheable(
|
||||
cacheNames = ["cache_ttl_3_hours"],
|
||||
key = "'creatorCalculateContentList:' + " + "#memberId + ':' + #startDateStr + ':' + #endDateStr"
|
||||
key = "'creatorCumulativeSalesByContent:' + " +
|
||||
"#startDateStr + ':' + #endDateStr + ':' + #memberId + ':' + #offset + ':' + #limit"
|
||||
)
|
||||
fun getCalculateContentList(
|
||||
startDateStr: String,
|
||||
|
|
Loading…
Reference in New Issue