Compare commits
2 Commits
2c176825fd
...
95371ad934
| Author | SHA1 | Date | |
|---|---|---|---|
| 95371ad934 | |||
| 04f757a08c |
@@ -200,6 +200,8 @@ class AdminCalculateQueryRepository(private val queryFactory: JPAQueryFactory) {
|
||||
)
|
||||
.groupBy(formattedDate, creatorCommunity.id)
|
||||
.orderBy(member.id.asc(), formattedDate.desc())
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.fetch()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -289,6 +289,8 @@ class CreatorAdminCalculateQueryRepository(private val queryFactory: JPAQueryFac
|
||||
)
|
||||
.groupBy(formattedDate, creatorCommunity.id)
|
||||
.orderBy(member.id.asc(), formattedDate.desc())
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.fetch()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user