From 95237ea233dcbecd2132cbb94f73c46fcd9c952b Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期四, 31 十月 2024 17:09:24 +0800
Subject: [PATCH] 优化考试

---
 src/main/java/com/ycl/jxkg/domain/vo/admin/education/EducationResourceVO.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/ycl/jxkg/domain/vo/admin/education/EducationResourceVO.java b/src/main/java/com/ycl/jxkg/domain/vo/admin/education/EducationResourceVO.java
index 2ed78dc..4f24c59 100644
--- a/src/main/java/com/ycl/jxkg/domain/vo/admin/education/EducationResourceVO.java
+++ b/src/main/java/com/ycl/jxkg/domain/vo/admin/education/EducationResourceVO.java
@@ -15,9 +15,9 @@
  */
 @Data
 public class EducationResourceVO {
-
+    /** 褰撳墠椤靛ぇ灏� */
     private Integer pageSize = 10;
-
+    /** 褰撳墠椤� */
     private Integer pageNum = 1;
 
     private Integer id;
@@ -56,10 +56,10 @@
 
     private Integer createUser;
 
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     private Date createTime;
 
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     private Date updateTime;
 
     private String visitUrl;

--
Gitblit v1.8.0