feat(can): 캔 응답 - String 형태 가격 필드 추가

This commit is contained in:
2025-10-02 15:07:57 +09:00
parent fb0a9e98a1
commit 2ab2a04748
3 changed files with 6 additions and 22 deletions

View File

@@ -26,7 +26,8 @@ class AdminCanQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : A
can1.can,
can1.rewardCan,
can1.price,
can1.currency
can1.currency,
can1.price.stringValue()
)
)
.from(can1)