test #156

Merged
klaus merged 4 commits from test into main 2024-04-01 10:20:09 +00:00
Showing only changes of commit f8b02e5964 - Show all commits

View File

@@ -76,7 +76,7 @@ class AdminChargeStatusQueryRepository(private val queryFactory: JPAQueryFactory
payment.method.coalesce(""), payment.method.coalesce(""),
payment.price, payment.price,
can1.price, can1.price,
payment.locale, payment.locale.coalesce(""),
formattedDate formattedDate
) )
) )