From 7011c3cc065b5d6ce2e111f7e83411947611465e Mon Sep 17 00:00:00 2001 From: xy <748613696@qq.com> Date: Thu, 31 Jul 2025 14:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/njcn/event/pojo/vo/SendEventVO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pqs-event/event-api/src/main/java/com/njcn/event/pojo/vo/SendEventVO.java b/pqs-event/event-api/src/main/java/com/njcn/event/pojo/vo/SendEventVO.java index e382ff9f8..f7af0c501 100644 --- a/pqs-event/event-api/src/main/java/com/njcn/event/pojo/vo/SendEventVO.java +++ b/pqs-event/event-api/src/main/java/com/njcn/event/pojo/vo/SendEventVO.java @@ -20,7 +20,7 @@ public class SendEventVO implements Serializable { private Set deptList; @ApiModelProperty(name = "time",value = "暂降发生时间") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss.SSS") private LocalDateTime time; @ApiModelProperty(name = "eventValue",value = "特征幅值")