OCT REM: 1. 修正对象重复释放问题

This commit is contained in:
HuangXin 2025-04-18 17:12:40 +08:00
parent 2cbacee29e
commit 48cb327ea4
1 changed files with 0 additions and 3 deletions

View File

@ -61,11 +61,8 @@ public class RuleProcessService extends BusinessRuleTaskActivityBehavior {
// 将结果同时存入显式指定的变量和默认变量
execution.getParent().setVariable(resultVariable, retCommand);
}
kieSession.dispose();
} catch (Exception e) {
log.error("Rule Exception: {0}", e);
} finally {
if (kieSession != null) {
kieSession.dispose();