日期时区问题修改;
This commit is contained in:
+2
-2
@@ -29,11 +29,11 @@ public class HomeAppMessageVo implements Serializable {
|
||||
@ApiModelProperty(name = "消息内容")
|
||||
private String noticeMessageContent;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@ApiModelProperty(name = "接收时间")
|
||||
private Date messageReceivingTime;
|
||||
|
||||
@ApiModelProperty(name = "距现在时间")
|
||||
private String nowString;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user