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

Merged
klaus merged 2 commits from test into main 2023-11-13 10:03:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 19875a841d - Show all commits

View File

@ -72,7 +72,7 @@ class CreatorAdminCalculateQueryRepository(private val queryFactory: JPAQueryFac
): Int {
val orderFormattedDate = getFormattedDate(order.createdAt)
return queryFactory
.select(useCanCalculate.id)
.select(audioContent.id)
.from(useCanCalculate)
.innerJoin(useCanCalculate.useCan, useCan)
.innerJoin(useCan.order, order)