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