mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 调整流程图查询异常
This commit is contained in:
		@@ -280,7 +280,7 @@ public class ActProcessInstanceServiceImpl implements IActProcessInstanceService
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        map.put("taskList", taskList);
 | 
			
		||||
        List<ActHistoryInfoVo> historyTaskList = getHistoryTaskList(processInstanceId, processInstance.getProcessDefinitionVersion());
 | 
			
		||||
        List<ActHistoryInfoVo> historyTaskList = getHistoryTaskList(processInstanceId, processDefinition.getVersion());
 | 
			
		||||
        map.put("historyList", historyTaskList);
 | 
			
		||||
        InputStream inputStream = repositoryService.getResourceAsStream(processDefinition.getDeploymentId(), processDefinition.getResourceName());
 | 
			
		||||
        xml.append(IoUtil.read(inputStream, StandardCharsets.UTF_8));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user