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 e429da92e8
commit aa2b130f0c

View File

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