Merge pull request '(크리에이터)관리자 커뮤니티 게시물 정산' (#185) from test into main
Reviewed-on: #185
This commit is contained in:
@@ -200,6 +200,8 @@ class AdminCalculateQueryRepository(private val queryFactory: JPAQueryFactory) {
|
|||||||
)
|
)
|
||||||
.groupBy(formattedDate, creatorCommunity.id)
|
.groupBy(formattedDate, creatorCommunity.id)
|
||||||
.orderBy(member.id.asc(), formattedDate.desc())
|
.orderBy(member.id.asc(), formattedDate.desc())
|
||||||
|
.offset(offset)
|
||||||
|
.limit(limit)
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -289,6 +289,8 @@ class CreatorAdminCalculateQueryRepository(private val queryFactory: JPAQueryFac
|
|||||||
)
|
)
|
||||||
.groupBy(formattedDate, creatorCommunity.id)
|
.groupBy(formattedDate, creatorCommunity.id)
|
||||||
.orderBy(member.id.asc(), formattedDate.desc())
|
.orderBy(member.id.asc(), formattedDate.desc())
|
||||||
|
.offset(offset)
|
||||||
|
.limit(limit)
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user