크리에이터 콘텐츠 정산 - API 추가
This commit is contained in:
@@ -93,6 +93,7 @@ class AdminCalculateService(private val repository: AdminCalculateQueryRepositor
|
||||
|
||||
return repository
|
||||
.getCalculateContentList(startDate, endDate)
|
||||
.asSequence()
|
||||
.map {
|
||||
val orderTypeStr = if (it.orderType == OrderType.RENTAL) {
|
||||
"대여"
|
||||
|
Reference in New Issue
Block a user