From 8e8b76e8fb318e9092deb79c61aee9d04b30f755 Mon Sep 17 00:00:00 2001 From: yjz <3131811435@qq.com> Date: Tue, 19 Dec 2023 11:57:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A8=BD=E6=9F=A5=E7=A8=BD=E6=9F=A5):=20?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../laws/enterprise/entity/vo/ExportDataWithDelayVo.java | 6 +++--- .../service/impl/EnterpriseStandardInspectServiceImpl.java | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/ExportDataWithDelayVo.java b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/ExportDataWithDelayVo.java index e5d8ef62..ac091203 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/ExportDataWithDelayVo.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/ExportDataWithDelayVo.java @@ -34,7 +34,7 @@ public class ExportDataWithDelayVo { /** * 稽查依据标准名称 */ - @Excel(name = "稽查依据标准名称", width = 16) + @Excel(name = "稽查依据标准名称", width = 18) @ApiModelProperty(value = "稽查依据标准名称") private String inspectName; @@ -49,7 +49,7 @@ public class ExportDataWithDelayVo { /** * 主责标准化工作组 */ - @Excel(name = "主责标准化工作组", width = 15) + @Excel(name = "主责标准化工作组", width = 18) @ApiModelProperty(value = "主责标准化工作组") private String standardizationWorkGroup; @@ -102,7 +102,7 @@ public class ExportDataWithDelayVo { /** * 实际稽查完成日期 */ - @Excel(name = "实际稽查完成日期", width = 16, format = "yyyy-MM-dd") + @Excel(name = "实际稽查完成日期", width = 18, format = "yyyy-MM-dd") @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") @DateTimeFormat(pattern = "yyyy-MM-dd") @ApiModelProperty(value = "实际稽查完成日期") diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/service/impl/EnterpriseStandardInspectServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/service/impl/EnterpriseStandardInspectServiceImpl.java index c70bceaa..e44ba02d 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/service/impl/EnterpriseStandardInspectServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/service/impl/EnterpriseStandardInspectServiceImpl.java @@ -258,7 +258,7 @@ public class EnterpriseStandardInspectServiceImpl extends ServiceImpl