fix:
1. 修复 bpm 事件的错误处理逻辑
This commit is contained in:
@@ -17,7 +17,6 @@ public abstract class BpmProcessInstanceStatusEventListener
|
||||
if (getProcessDefinitionKey().contains(event.getProcessDefinitionKey())){
|
||||
onEvent(event);
|
||||
}
|
||||
onEvent(event);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user