fix: 制修订流程-自动发起返回发起人
This commit is contained in:
+1
@@ -195,6 +195,7 @@ public class EsRevisionServiceImpl extends ServiceImpl<EsRevisionMapper, Process
|
|||||||
String prcName = newStandardNo + "-" + newStandardName + "-" + revisionType;
|
String prcName = newStandardNo + "-" + newStandardName + "-" + revisionType;
|
||||||
Integer prcType = ProcessTypeEnum.ES_REVISION.getValue();
|
Integer prcType = ProcessTypeEnum.ES_REVISION.getValue();
|
||||||
actFlowCommonService.updateProcessAll(processInstanceId, mainDraftUser, prcName, null, prcType, null);
|
actFlowCommonService.updateProcessAll(processInstanceId, mainDraftUser, prcName, null, prcType, null);
|
||||||
|
processNodeLinkService.saveNodeUserLink(processDefinitionId, processInstanceId, this.getUserMap(variables));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user