diff --git a/src/main/java/com/gaotao/modules/label/entity/PrintLabelRecord.java b/src/main/java/com/gaotao/modules/label/entity/PrintLabelRecord.java index 28f5f52..d64cebc 100644 --- a/src/main/java/com/gaotao/modules/label/entity/PrintLabelRecord.java +++ b/src/main/java/com/gaotao/modules/label/entity/PrintLabelRecord.java @@ -48,17 +48,17 @@ public class PrintLabelRecord { private String createBy; @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "GMT+8") private Date createTime; @TableField(exist = false) @DateTimeFormat(pattern = "yyyy-MM-dd") - @JsonFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8") private Date startDate; @TableField(exist = false) @DateTimeFormat(pattern = "yyyy-MM-dd") - @JsonFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8") private Date endDate;