test #349

Merged
klaus merged 4 commits from test into main 2025-10-10 20:49:53 +00:00
Showing only changes of commit b5f66603bd - Show all commits

View File

@@ -36,7 +36,7 @@ class AdminChargeStatusQueryRepository(private val queryFactory: JPAQueryFactory
payment.price.sum(), payment.price.sum(),
payment.id.count(), payment.id.count(),
payment.paymentGateway, payment.paymentGateway,
currency currency.coalesce("")
) )
) )
.from(payment) .from(payment)