관리자 일자별 콘텐츠 후원 정산 - 크리에이터 순으로 정렬 #87
| @@ -153,7 +153,7 @@ class AdminCalculateQueryRepository(private val queryFactory: JPAQueryFactory) { | ||||
|                     .and(useCan.createdAt.loe(endDate)) | ||||
|             ) | ||||
|             .groupBy(donationFormattedDate, audioContent.id) | ||||
|             .orderBy(donationFormattedDate.desc()) | ||||
|             .orderBy(member.id.asc(), donationFormattedDate.desc()) | ||||
|             .fetch() | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user