test #156

Merged
klaus merged 4 commits from test into main 2024-04-01 10:20:09 +00:00
1 changed files with 1 additions and 1 deletions
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.price,
can1.price,
payment.locale,
payment.locale.coalesce(""),
formattedDate
)
)