Selaa lähdekoodia

外呼系统开发

anderx 1 vuosi sitten
vanhempi
commit
bc5f3ffe47
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/java/com/goafanti/common/model/CallLog.java

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

@@ -128,7 +128,7 @@ public class CallLog implements Serializable {
         this.remarks = remarks;
     }
 
-    @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
     public Date getCreateTime() {
         return createTime;
     }