fix(87404):标准解读流程(标准主解读人分发) --分发--导出解读人是id
This commit is contained in:
+1
-1
@@ -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;
|
||||
/**分解单来源(字典)*/
|
||||
|
||||
Reference in New Issue
Block a user