update 动态消息时间格式

This commit is contained in:
liao
2023-09-28 10:40:11 +08:00
parent 67e9979e58
commit b6da505141
@@ -86,9 +86,9 @@ public class LawsNewsFeed implements Serializable {
@Dict(dicCode = "dynamic_news_status") @Dict(dicCode = "dynamic_news_status")
private java.lang.Integer releaseStatus; private java.lang.Integer releaseStatus;
/**发布时间*/ /**发布时间*/
@Excel(name = "发布时间", width = 15, format = "yyyy-MM-dd") @Excel(name = "发布时间", width = 15, format = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "发布时间") @ApiModelProperty(value = "发布时间")
private java.util.Date releaseTime; private java.util.Date releaseTime;
/**阅读次数*/ /**阅读次数*/