Commit bbc124c9 authored by liuxun's avatar liuxun

merge

parent c8c8ad73
...@@ -11,7 +11,7 @@ public class SaveStopTime { ...@@ -11,7 +11,7 @@ public class SaveStopTime {
private Long srvSendId; private Long srvSendId;
@DateTimeFormat(pattern = "yyyy-MM-dd") @DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME)
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
private Date stopTime; private Date stopTime;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment