Browse Source

缴费记录时间格式化

xlq 2 weeks ago
parent
commit
2cd8a37400
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/qmrb/system/pojo/vo/PayOrderVO.java

+ 1 - 1
src/main/java/com/qmrb/system/pojo/vo/PayOrderVO.java

@@ -105,7 +105,7 @@ public class PayOrderVO {
      * 新增时间
      */
 	@Schema(description = "新增时间",type="Date")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
     private Date createTime;
     /**
      * 支付机构(缩写之类的)