|
@@ -64,8 +64,8 @@ public class OrderInfo extends BaseBusinessEntity{
|
|
|
private Integer tradeType;
|
|
|
|
|
|
/** 支付完成时间 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- @Excel(name = "支付完成时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @Excel(name = "支付完成时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
@TableField("success_time")
|
|
|
@ApiModelProperty(value = "支付完成时间")
|
|
|
private Date successTime;
|