Commit 050dd83c authored by Rensq's avatar Rensq

优化取消流程

parent fd945c37
......@@ -1032,7 +1032,7 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan
}
//关闭主流程数据
try {
runtimeService.deleteProcessInstance(byId.getProcessId(), opinion);
//runtimeService.deleteProcessInstance(byId.getProcessId(), opinion);
ruTaskService.stopProcess(byId.getProcessId());
}catch (FlowableObjectNotFoundException e) {
log.error(e.getMessage());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment