Explorar o código

返回时区异常修改,技术助手修改BUG修复

anderx %!s(int64=2) %!d(string=hai) anos
pai
achega
14750c5588

+ 1 - 1
src/main/java/com/goafanti/common/model/PublicReleaseDateClock.java

@@ -101,7 +101,7 @@ public class PublicReleaseDateClock implements Serializable {
     /**
      * 打卡时间
      */
-    @JsonFormat(pattern = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
     public Date getClockInTime() {
         return clockInTime;
     }