Commit d13db86b by 丁伟峰

东八区的问题,反复尝试。。。。

1 parent 73f487bd
...@@ -66,12 +66,12 @@ public class WorkbenchEngineersGanttRespDTO { ...@@ -66,12 +66,12 @@ public class WorkbenchEngineersGanttRespDTO {
/** /**
* 开始时间 * 开始时间
*/ */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date startTime; private Date startTime;
/** /**
* 结束时间 * 结束时间
*/ */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date endTime; private Date endTime;
/** /**
* 鼠标悬停提示 * 鼠标悬停提示
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!