관리자 커뮤니티 정산
- 커뮤니티 글 정렬을 추가하여 페이지 넘어갈 때 동일한 데이터가 섞이는 버그 수정
This commit is contained in:
		| @@ -219,7 +219,7 @@ class AdminCalculateQueryRepository(private val queryFactory: JPAQueryFactory) { | |||||||
|                     .and(useCan.createdAt.loe(endDate)) |                     .and(useCan.createdAt.loe(endDate)) | ||||||
|             ) |             ) | ||||||
|             .groupBy(formattedDate, creatorCommunity.id, creatorSettlementRatio.communitySettlementRatio) |             .groupBy(formattedDate, creatorCommunity.id, creatorSettlementRatio.communitySettlementRatio) | ||||||
|             .orderBy(member.id.asc(), formattedDate.desc()) |             .orderBy(member.id.asc(), formattedDate.desc(), creatorCommunity.id.desc()) | ||||||
|             .offset(offset) |             .offset(offset) | ||||||
|             .limit(limit) |             .limit(limit) | ||||||
|             .fetch() |             .fetch() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user