Merge branch 'refs/heads/REQ-2324' into feature/merged_all_req
This commit is contained in:
commit
02c673425f
@ -681,8 +681,8 @@ public class BpmnProcessTaskServiceImpl implements BpmnProcessTaskService {
|
||||
if (CollectionUtils.isEmpty(tasks)) {
|
||||
return new HashMap<>();
|
||||
}
|
||||
Map<String, String> rMap = new HashMap<>();
|
||||
managementService.executeCommand((context) -> {
|
||||
return managementService.executeCommand((context) -> {
|
||||
Map<String, String> rMap = new HashMap<>();
|
||||
for (Task task : tasks) {
|
||||
//需要根据节点类型过滤
|
||||
if (!CollectionUtils.isEmpty(filterTypes)) {
|
||||
@ -698,8 +698,7 @@ public class BpmnProcessTaskServiceImpl implements BpmnProcessTaskService {
|
||||
rMap.put(task.getProcessInstanceId(), task.getId());
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return rMap;
|
||||
});
|
||||
return rMap;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user