Commit bdbe9701 authored by hanbing's avatar hanbing

[update] 信号评价-轨迹数据开始时间和结束时间格式调整

parent 7840839c
...@@ -44,9 +44,9 @@ public class EvaluateCrossDetailVO { ...@@ -44,9 +44,9 @@ public class EvaluateCrossDetailVO {
private Double stopTimes; private Double stopTimes;
@ApiModelProperty(value = "轨迹开始时间") @ApiModelProperty(value = "轨迹开始时间")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy/MM/dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date windowStartTime; private Date windowStartTime;
@ApiModelProperty(value = "轨迹结束时间") @ApiModelProperty(value = "轨迹结束时间")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy/MM/dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date windowEndTime; private Date windowEndTime;
} }
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