Compare commits
No commits in common. "049e65453543e5e0f80e578c2df0ecb744a51a84" and "c927dc4ecd0659015ebb382d52766c1d9b217d37" have entirely different histories.
049e654535
...
c927dc4ecd
|
@ -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(member.id.asc(), donationFormattedDate.desc())
|
.orderBy(donationFormattedDate.desc())
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue