From 409f9fd68dd820bde3079f58b29af37cb9423de2 Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Sun, 17 Dec 2023 11:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=85=A4=E6=BA=90=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=B8=8B=E6=8B=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/scripts/dict/enum/coalInfoDict.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/scripts/dict/enum/coalInfoDict.groovy b/src/main/resources/scripts/dict/enum/coalInfoDict.groovy index 4f4e0d22..7fea7f2e 100644 --- a/src/main/resources/scripts/dict/enum/coalInfoDict.groovy +++ b/src/main/resources/scripts/dict/enum/coalInfoDict.groovy @@ -16,7 +16,7 @@ return controller.list(new CommonQuery()).content.collect { def entity = new CoalInfoEntity() entity.id = it.id entity.code = it.code - entity.name = "$it.supplierName-$it.name($it.coalTypeName}" + entity.name = "$it.supplierName-$it.name($it.coalTypeName)" return entity }