From 186de12d7379b06b4e648757782eaa50eb8d1f27 Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Wed, 8 Jul 2026 16:47:14 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260708=20=E5=AE=9E=E9=99=85=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E5=AE=8C=E6=88=90=E6=97=A5=E6=9C=9F=20=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E4=B8=BAyyyy-mm-dd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bgpartymatter/entity/BgPartymatterFeedback.java | 10 +++++----- .../demo/bqtakepulse/entity/BgTakepulseFeedback.java | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/jeecg-module-supervision/src/main/java/org/jeecg/modules/demo/bgpartymatter/entity/BgPartymatterFeedback.java b/jeecg-module-supervision/src/main/java/org/jeecg/modules/demo/bgpartymatter/entity/BgPartymatterFeedback.java index b4311a1..84bae2c 100644 --- a/jeecg-module-supervision/src/main/java/org/jeecg/modules/demo/bgpartymatter/entity/BgPartymatterFeedback.java +++ b/jeecg-module-supervision/src/main/java/org/jeecg/modules/demo/bgpartymatter/entity/BgPartymatterFeedback.java @@ -82,11 +82,11 @@ public class BgPartymatterFeedback implements Serializable { @Excel(name = "实际执行情况", width = 15) @Schema(description = "实际执行情况") private java.lang.String actualExect; - /**实际完成时间*/ - @Excel(name = "实际完成时间", width = 20, format = "yyyy-MM-dd HH:mm:ss") - @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") - @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") - @Schema(description = "实际完成时间") + /**实际完成日期*/ + @Excel(name = "实际完成日期", width = 15, format = "yyyy-MM-dd") + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern="yyyy-MM-dd") + @Schema(description = "实际完成日期") private java.util.Date actualTime; /**完成状态*/ @Excel(name = "完成状态", width = 15) diff --git a/jeecg-module-supervision/src/main/java/org/jeecg/modules/demo/bqtakepulse/entity/BgTakepulseFeedback.java b/jeecg-module-supervision/src/main/java/org/jeecg/modules/demo/bqtakepulse/entity/BgTakepulseFeedback.java index e6cf783..8c0d17a 100644 --- a/jeecg-module-supervision/src/main/java/org/jeecg/modules/demo/bqtakepulse/entity/BgTakepulseFeedback.java +++ b/jeecg-module-supervision/src/main/java/org/jeecg/modules/demo/bqtakepulse/entity/BgTakepulseFeedback.java @@ -81,11 +81,11 @@ public class BgTakepulseFeedback implements Serializable { @Excel(name = "实际执行情况", width = 15) @Schema(description = "实际执行情况") private java.lang.String actualExect; - /**实际完成时间*/ - @Excel(name = "实际完成时间", width = 20, format = "yyyy-MM-dd HH:mm:ss") - @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") - @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") - @Schema(description = "实际完成时间") + /**实际完成日期*/ + @Excel(name = "实际完成日期", width = 15, format = "yyyy-MM-dd") + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern="yyyy-MM-dd") + @Schema(description = "实际完成日期") private java.util.Date actualTime; /**调整落实措施及执行情况*/ @Excel(name = "调整落实措施及执行情况", width = 15)