From 8ce866d4c20e0c6ccdc17985ebc5dbaea4fdf878 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Mon, 5 Aug 2024 18:01:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=2087697=20=E4=B8=8D=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E9=A1=B9=E5=BA=93--=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=89=93=E4=B8=8D=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assessmentLibrary/entity/LawsEvaluationNotMetLibrary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/assessmentLibrary/entity/LawsEvaluationNotMetLibrary.java b/laws-modules/src/main/java/com/jero/modules/assessmentLibrary/entity/LawsEvaluationNotMetLibrary.java index edf7fcdb..ecfb26d6 100644 --- a/laws-modules/src/main/java/com/jero/modules/assessmentLibrary/entity/LawsEvaluationNotMetLibrary.java +++ b/laws-modules/src/main/java/com/jero/modules/assessmentLibrary/entity/LawsEvaluationNotMetLibrary.java @@ -222,7 +222,7 @@ public class LawsEvaluationNotMetLibrary implements Serializable { @ApiModelProperty(value = "附件") @ExcelCollection(name = "", orderNum = "13") @TableField(exist = false) - private List fileList; + private List fileList = Collections.emptyList(); public List obtainFileIds() { return file != null ? Arrays.asList(file.split(",")) : Collections.emptyList();