fix(87404):标准解读流程(标准主解读人分发) --分发--导出解读人是id

This commit is contained in:
yjz
2024-07-23 19:53:05 +08:00
parent dcdba8bc1c
commit 9428020edf
@@ -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;
/**分解单来源(字典)*/