관리자 - 일자별 콘텐츠 후원 정산 페이지 추가 #86
|
@ -192,6 +192,11 @@ class AdminCalculateService(private val repository: AdminCalculateQueryRepositor
|
||||||
return GetCumulativeSalesByContentResponse(totalCount, items)
|
return GetCumulativeSalesByContentResponse(totalCount, items)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Transactional(readOnly = true)
|
||||||
|
@Cacheable(
|
||||||
|
cacheNames = ["cache_ttl_3_hours"],
|
||||||
|
key = "'calculateContentDonationList:' + " + "#startDateStr + ':' + #endDateStr"
|
||||||
|
)
|
||||||
fun getCalculateContentDonationList(
|
fun getCalculateContentDonationList(
|
||||||
startDateStr: String,
|
startDateStr: String,
|
||||||
endDateStr: String
|
endDateStr: String
|
||||||
|
|
Loading…
Reference in New Issue