test #349
@@ -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)
|
||||||
|
Reference in New Issue
Block a user