1. 修复 bpm 事件的错误处理逻辑

(cherry picked from commit 1555eb1085)
This commit is contained in:
chenbowen
2025-08-18 09:19:56 +08:00
committed by chenbowen
parent 2ff8c9ba0d
commit c4281cc3fb

View File

@@ -16,7 +16,6 @@ public abstract class BpmProcessInstanceStatusEventListener
if (!StrUtil.equals(event.getProcessDefinitionKey(), getProcessDefinitionKey())) { if (!StrUtil.equals(event.getProcessDefinitionKey(), getProcessDefinitionKey())) {
return; return;
} }
onEvent(event);
} }
/** /**