크리에이터 관리자 - 일자별 콘텐츠 정산 페이징 안되는 버그 수정 #85
| @@ -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( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user