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