크리에이터 콘텐츠 정산 - API 추가

This commit is contained in:
2023-11-13 18:22:24 +09:00
parent 9c367b400a
commit b3b7f739ff
5 changed files with 180 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ class AdminCalculateService(private val repository: AdminCalculateQueryRepositor
return repository
.getCalculateContentList(startDate, endDate)
.asSequence()
.map {
val orderTypeStr = if (it.orderType == OrderType.RENTAL) {
"대여"