Commit 4cbe5f7a by 王志超

feat: 工单提交,审核人字段填充

parent b5050650
Pipeline #86509 passed with stages
in 1 minute 26 seconds
......@@ -557,7 +557,7 @@ public class ChangeFlowBiz {
changeRecord.setSonChangeClassId(changeFlowCreateReq.getSonChangeClassId());
changeRecord.setChangeLevel(changeFlowCreateReq.getChangeLevel());
changeRecord.setChangeCommander(changeCommander);
changeRecord.setApprover(changeCommander);
changeRecord.setApprover(JSON.toJSONString(Collections.singletonList(changeCommander)));
changeRecord.setChangeDepartment(changeFlowCreateReq.getChangeDepartment());
List<ChangeExecConfigReq> changeExecProject = changeFlowCreateReq.getChangeExecProject();
List<String> execDepartmentList = changeExecProject.stream().map(ChangeExecConfigReq::getChangeExecDepartment)
......
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