From 9428020edf607dbb9748fa0ac43fd3c019f92835 Mon Sep 17 00:00:00 2001 From: yjz <3131811435@qq.com> Date: Tue, 23 Jul 2024 19:53:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(87404):=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=88=E6=A0=87=E5=87=86=E4=B8=BB=E8=A7=A3?= =?UTF-8?q?=E8=AF=BB=E4=BA=BA=E5=88=86=E5=8F=91=EF=BC=89=20--=E5=88=86?= =?UTF-8?q?=E5=8F=91--=E5=AF=BC=E5=87=BA=E8=A7=A3=E8=AF=BB=E4=BA=BA?= =?UTF-8?q?=E6=98=AFid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/ProcessStandardInterpretClause.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/entity/ProcessStandardInterpretClause.java b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/entity/ProcessStandardInterpretClause.java index ef1013ab..b48a6c88 100644 --- a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/entity/ProcessStandardInterpretClause.java +++ b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/entity/ProcessStandardInterpretClause.java @@ -43,7 +43,7 @@ public class ProcessStandardInterpretClause extends BaseEntity { private String itemContent; /**各涉及部门解读人*/ @ApiModelProperty(value = "各涉及部门解读人") - @Excel(name = "各涉及部门解读人", width = 18) + @Excel(name = "各涉及部门解读人", width = 18, dictTable = "sys_user", dicCode = "id", dicText = "CONCAT(realname, '(', username, ')')") @Dict(dictTable = "sys_user", dicCode = "id", dicText = "CONCAT(realname, '(', username, ')')") private String interpretPersonIds; /**分解单来源(字典)*/