Commit e5a8eb40 by “zcwang”

add: 查询负责人信息

parent 65b13bc4
...@@ -263,8 +263,7 @@ public class ChangeFlowBiz { ...@@ -263,8 +263,7 @@ public class ChangeFlowBiz {
// 查询对应的负责人 // 查询对应的负责人
CommanderResponse commanderResponse = interiorChangeConfigService CommanderResponse commanderResponse = interiorChangeConfigService
.queryCommanderEmail(c.getChangeExecUserType(), c.getChangeExecUser(), changeFlowCreateReq, uid); .queryCommanderEmail(c.getChangeExecUserType(), c.getChangeExecUser(), changeFlowCreateReq, uid);
changeExecRecord.setChangeExecUserEmail( changeExecRecord.setChangeExecUserEmail(commanderResponse != null ? commanderResponse.getEmail()
StringUtils.isNotBlank(commanderResponse.getEmail()) ? commanderResponse.getEmail()
: appConfig.getTestEmail()); : appConfig.getTestEmail());
changeExecRecord.setChangeRiskDesc(c.getChangeRiskDesc()); changeExecRecord.setChangeRiskDesc(c.getChangeRiskDesc());
changeExecRecord.setChangeExecProject(c.getChangeExecProject()); changeExecRecord.setChangeExecProject(c.getChangeExecProject());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment