fix(标准宣贯流程): 联络人
This commit is contained in:
+4
-1
@@ -76,8 +76,11 @@ public class ProcessEsDeclare extends BaseEntity {
|
||||
private java.lang.String attendUnit;
|
||||
/**联络人*/
|
||||
@ApiModelProperty(value = "联络人")
|
||||
@TableField(exist = false)
|
||||
private java.lang.String initiator;
|
||||
/**联络人 翻译*/
|
||||
@ApiModelProperty(value = "联络人 翻译")
|
||||
@TableField(exist = false)
|
||||
private java.lang.String initiatorDictText;
|
||||
/**紧急程度(1:一般 2:急)*/
|
||||
@Excel(name = "紧急程度(1:一般 2:急)", width = 15)
|
||||
@ApiModelProperty(value = "紧急程度(1:一般 2:急)")
|
||||
|
||||
-1
@@ -148,7 +148,6 @@ public class EsDeclareFlowServiceImpl implements IEsDeclareFlowService {
|
||||
.set(OSSFile::getStandardNo, enterpriseStandardDeclare.getStandardNo())
|
||||
.set(OSSFile::getStandardFileType, "associated_file"));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
+1
-1
@@ -149,7 +149,7 @@ public class ProcessEsDeclareServiceImpl extends ServiceImpl<ProcessEsDeclareMap
|
||||
// 宣贯人
|
||||
processEsDeclare.setDeclareUserDictText(sysUserService.dictByIdsOrUserNames(processEsDeclare.getDeclareUser(), ""));
|
||||
// 联络人
|
||||
processEsDeclare.setInitiator(lawsContactManageService.queryByDepartIds(processEsDeclare.getAttendUnit()));
|
||||
processEsDeclare.setInitiatorDictText(sysUserService.dictByIdsOrUserNames(processEsDeclare.getInitiator(), ""));
|
||||
}
|
||||
return processEsDeclare;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user