From 81b17218a6372efcb64796278d167964811e3d3a Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 8 Aug 2024 13:22:34 +0800 Subject: [PATCH] =?UTF-8?q?0412=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/production/entity/ScheduleAbnormalReportData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/heai/modules/production/entity/ScheduleAbnormalReportData.java b/src/main/java/com/heai/modules/production/entity/ScheduleAbnormalReportData.java index ad71967..baeb441 100644 --- a/src/main/java/com/heai/modules/production/entity/ScheduleAbnormalReportData.java +++ b/src/main/java/com/heai/modules/production/entity/ScheduleAbnormalReportData.java @@ -33,9 +33,9 @@ public class ScheduleAbnormalReportData extends QueryPage { private String approvePercent; private String remark; - private Date sScheduledDate; @DateTimeFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") + private Date sScheduledDate; private String operatorName; private String operationDesc; private String partNo;