|
@@ -130,7 +130,7 @@ public class TmProject implements Serializable {
|
|
|
* 创建时间
|
|
|
*/
|
|
|
@TableField("create_time")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date createTime;
|
|
|
|
|
|
/**
|
|
@@ -155,7 +155,7 @@ public class TmProject implements Serializable {
|
|
|
* 最新更新时间
|
|
|
*/
|
|
|
@TableField("update_time")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date updateTime;
|
|
|
|
|
|
/**
|
|
@@ -208,7 +208,7 @@ public class TmProject implements Serializable {
|
|
|
return statusDesc;
|
|
|
}
|
|
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
public Date getEditTime() {
|
|
|
return updateTime;
|
|
|
}
|