mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	【功能优化】工作流:接入 SimpleModelUtils 预测遍历逻辑
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -120,6 +120,7 @@ public class BpmTaskServiceImpl implements BpmTaskService {
 | 
				
			|||||||
        return new PageResult<>(tasks, count);
 | 
					        return new PageResult<>(tasks, count);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // TODO @芋艿:可以进一步简化
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public BpmTaskRespVO getFirstTodoTask(Long userId, String processInstanceId) {
 | 
					    public BpmTaskRespVO getFirstTodoTask(Long userId, String processInstanceId) {
 | 
				
			||||||
        if (processInstanceId == null) {
 | 
					        if (processInstanceId == null) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user