From a0973af7ac25446475da87fc3be6cf19becda55d Mon Sep 17 00:00:00 2001 From: xiejunyu Date: Fri, 4 Mar 2022 10:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE-=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/jero/modules/tag/entity/OnlCgformTag.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformTag.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformTag.java index 526e71d17..e1b15e9fd 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformTag.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformTag.java @@ -94,8 +94,8 @@ public class OnlCgformTag implements Serializable { private java.lang.String fieldShowType; /**字典id*/ - @Excel(name = "字典id", width = 15, dictTable = "sys_dict", dicText = "id", dicCode = "id") - @Dict(dictTable = "sys_dict", dicText = "id", dicCode = "id") + @Excel(name = "字典id", width = 15, dictTable = "onl_cgform_field", dicText = "dict_id", dicCode = "dict_id") + @Dict(dictTable = "onl_cgform_field", dicText = "dict_id", dicCode = "dict_id") @ApiModelProperty(value = "字典名称") private java.lang.String dictId;