修复流程实例ID查询,不能获取结果,状态的bug
This commit is contained in:
parent
3daa88a509
commit
467b5f07c1
@ -98,9 +98,9 @@ public interface BpmProcessInstanceConvert {
|
||||
default BpmProcessInstanceRespVO convert2(HistoricProcessInstance processInstance, BpmProcessInstanceExtDO processInstanceExt,
|
||||
ProcessDefinition processDefinition, BpmProcessDefinitionExtDO processDefinitionExt,
|
||||
String bpmnXml, AdminUserRespDTO startUser, DeptRespDTO dept) {
|
||||
BpmProcessInstanceRespVO respVO = new BpmProcessInstanceRespVO() ;
|
||||
BpmProcessInstanceRespVO respVO = convert2(processInstance);
|
||||
copyTo(processInstanceExt, respVO);
|
||||
respVO = convert2(processInstance);
|
||||
respVO.setBusinessKey(processInstance.getBusinessKey()) ;
|
||||
// definition
|
||||
respVO.setProcessDefinition(convert2(processDefinition));
|
||||
copyTo(processDefinitionExt, respVO.getProcessDefinition());
|
||||
|
Loading…
Reference in New Issue
Block a user