Browse Source

所有时间都到秒级

master
sunyuchao 4 years ago
parent
commit
349ef81852
  1. 2
      epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeCommentListResultDTO.java
  2. 4
      epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/notice/result/NoticeDetailResultDTO.java

2
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 * 评论时间 yyyy-MM-dd HH:mm
* */ * */
@JSONField(format="yyyy-MM-dd HH:mm") @JSONField(format="yyyy-MM-dd HH:mm:ss")
private Date commentTime; private Date commentTime;
/** /**
* 用户Id 评论者Id * 用户Id 评论者Id

4
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 * 发布时间yyyy-MM-dd HH:mm
*/ */
@JSONField(format="yyyy-MM-dd HH:mm") @JSONField(format="yyyy-MM-dd HH:mm:ss")
private Date releaseTime; private Date releaseTime;
/** /**
* 通知过期时间(此时间需大于变更时间) * 通知过期时间(此时间需大于变更时间)
*/ */
@JSONField(format="yyyy-MM-dd HH:mm") @JSONField(format="yyyy-MM-dd HH:mm:ss")
private Date expirationTime; private Date expirationTime;
/** /**
* 发布人头像 * 发布人头像

Loading…
Cancel
Save