|
|
@@ -791,11 +791,11 @@ public class BpmProcInstServiceImpl implements BpmProcInstService {
|
|
|
logger.info(String.format("deleted process instance history with id %s",hisPo.getId()));
|
|
|
}
|
|
|
}
|
|
|
- List<String> taskList = new ArrayList<>();
|
|
|
- taskList.add(bizKey);
|
|
|
- //执行删除task的数据
|
|
|
- List<BpmTaskPo> taskPoList = bpmTaskRepository.findByInst(taskList);
|
|
|
- bpmTaskRepository.removeById(taskPoList.stream().map(BpmTaskPo::getId).collect(Collectors.joining(",")));
|
|
|
+// List<String> taskList = new ArrayList<>();
|
|
|
+// taskList.add(bizKey);
|
|
|
+// //执行删除task的数据
|
|
|
+// List<BpmTaskPo> taskPoList = bpmTaskRepository.findByInst(taskList);
|
|
|
+// bpmTaskRepository.removeById(taskPoList.stream().map(BpmTaskPo::getId).collect(Collectors.joining(",")));
|
|
|
}
|
|
|
|
|
|
}
|