提交修改

This commit is contained in:
quyixiao 2020-11-11 14:59:54 +08:00
parent 3fb2dfd0f9
commit c9f28bed70

View File

@ -1016,10 +1016,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
flowRecordService.updateFlowRecordById(flowRecord);
}
dingtalkBusiness.sendWorkMSGWithAsyn(fromStaff, staffSimpleInfos, WorkMsgTypeEnum.PROCESS.getType());
dingtalkBusiness.sendWorkMSGWithAsyn(resultRecord.getId(), WorkMsgTypeEnum.PROCESS.getType());
FlowChart currentFlowChart = flowService.selectFlowChartByChartId(currentFlowRecord.getFlowId());
resultRecord.setFlowProcess(currentFlowChart.getFlowProcess());