Compare commits
2 Commits
c927dc4ecd
...
049e654535
Author | SHA1 | Date |
---|---|---|
|
049e654535 | |
|
9448c6a488 |
|
@ -153,7 +153,7 @@ class AdminCalculateQueryRepository(private val queryFactory: JPAQueryFactory) {
|
||||||
.and(useCan.createdAt.loe(endDate))
|
.and(useCan.createdAt.loe(endDate))
|
||||||
)
|
)
|
||||||
.groupBy(donationFormattedDate, audioContent.id)
|
.groupBy(donationFormattedDate, audioContent.id)
|
||||||
.orderBy(donationFormattedDate.desc())
|
.orderBy(member.id.asc(), donationFormattedDate.desc())
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue