日期相差八个小时

This commit is contained in:
yuezhihang
2021-12-06 16:14:58 +08:00
parent 52a2689c20
commit 50e7d7ab60
@@ -82,7 +82,7 @@ public class SarInterpretationNationalStandard {
@ApiModelProperty(value = "评估时间")
@TableField("INTERPRETATION_TIME")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
private Date interpretationTime;