관리자 - 캔 충전현황

- 응답값에 화폐 locale 추가
This commit is contained in:
Klaus 2024-04-01 19:07:18 +09:00
parent 67457967c0
commit f8b02e5964
1 changed files with 1 additions and 1 deletions

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
)
)