test #397
@@ -122,6 +122,8 @@ class AdminChargeStatusQueryRepository(private val queryFactory: JPAQueryFactory
|
||||
member.nickname,
|
||||
payment.method.coalesce(""),
|
||||
payment.price,
|
||||
charge.chargeCan,
|
||||
charge.rewardCan,
|
||||
currencyExpr,
|
||||
formattedDate
|
||||
)
|
||||
|
||||
@@ -8,6 +8,8 @@ data class GetChargeStatusDetailResponse @QueryProjection constructor(
|
||||
val nickname: String,
|
||||
val method: String,
|
||||
val amount: BigDecimal,
|
||||
val chargeCan: Int,
|
||||
val rewardCan: Int,
|
||||
val locale: String,
|
||||
val datetime: String
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user