fix(can): 이전 버전의 호환성을 위해 기존의 int price를 유지하도록 수정
This commit is contained in:
@@ -25,7 +25,7 @@ class AdminCanQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : A
|
||||
can1.title,
|
||||
can1.can,
|
||||
can1.rewardCan,
|
||||
can1.price,
|
||||
can1.price.intValue(),
|
||||
can1.currency,
|
||||
can1.price.stringValue()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user