日期时区问题修改;

This commit is contained in:
王奎兴
2026-05-28 21:20:07 +08:00
parent ed90334752
commit 39503f9f3c
108 changed files with 338 additions and 338 deletions
@@ -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;
}
}