mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	@@ -21,7 +21,7 @@ public class FlowNextNodeBo implements Serializable {
 | 
			
		||||
    /**
 | 
			
		||||
     * 任务id
 | 
			
		||||
     */
 | 
			
		||||
    private String taskId;
 | 
			
		||||
    private Long taskId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程变量
 | 
			
		||||
 
 | 
			
		||||
@@ -575,7 +575,7 @@ public class FlwTaskServiceImpl implements IFlwTaskService {
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
    public List<FlowNode> getNextNodeList(FlowNextNodeBo bo) {
 | 
			
		||||
        String taskId = bo.getTaskId();
 | 
			
		||||
        Long taskId = bo.getTaskId();
 | 
			
		||||
        Map<String, Object> variables = bo.getVariables();
 | 
			
		||||
        Task task = taskService.getById(taskId);
 | 
			
		||||
        Instance instance = insService.getById(task.getInstanceId());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user