From 349ef81852bbcb8eacd43a3cdf1cf66def27b21e Mon Sep 17 00:00:00 2001 From: sunyuchao Date: Mon, 26 Apr 2021 14:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=80=E6=9C=89=E6=97=B6=E9=97=B4=E9=83=BD?= =?UTF-8?q?=E5=88=B0=E7=A7=92=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../group/dto/notice/result/NoticeCommentListResultDTO.java | 2 +- .../resi/group/dto/notice/result/NoticeDetailResultDTO.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeCommentListResultDTO.java b/epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeCommentListResultDTO.java index c086df0f94..cb8602d897 100644 --- a/epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeCommentListResultDTO.java +++ b/epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeCommentListResultDTO.java @@ -34,7 +34,7 @@ public class NoticeCommentListResultDTO implements Serializable { /** * 评论时间 yyyy-MM-dd HH:mm * */ - @JSONField(format="yyyy-MM-dd HH:mm") + @JSONField(format="yyyy-MM-dd HH:mm:ss") private Date commentTime; /** * 用户Id 评论者Id diff --git a/epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeDetailResultDTO.java b/epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeDetailResultDTO.java index 8709f48263..61ba04c4f5 100644 --- a/epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeDetailResultDTO.java +++ b/epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeDetailResultDTO.java @@ -35,12 +35,12 @@ public class NoticeDetailResultDTO implements Serializable { /** * 发布时间yyyy-MM-dd HH:mm */ - @JSONField(format="yyyy-MM-dd HH:mm") + @JSONField(format="yyyy-MM-dd HH:mm:ss") private Date releaseTime; /** * 通知过期时间(此时间需大于变更时间) */ - @JSONField(format="yyyy-MM-dd HH:mm") + @JSONField(format="yyyy-MM-dd HH:mm:ss") private Date expirationTime; /** * 发布人头像