fix:修改充值订单导出(未退款但是退款金额显示有金额)
parent
9bf1a14ae6
commit
8c740295c2
|
@ -50,7 +50,7 @@ public class RechargeOrderPageReqVO extends PageParam {
|
|||
private BigDecimal payPrice;
|
||||
|
||||
@Schema(description = "支付状态", example = "17413")
|
||||
private Integer paid;
|
||||
private String paid;
|
||||
|
||||
@Schema(description = "支付截止时间")
|
||||
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
||||
|
|
Loading…
Reference in New Issue