blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/excution/unlock/UnlockFinishListener.java
@@ -44,7 +44,7 @@ public void handle(DelegateExecution execution) { // 执行业务逻辑 String instId = execution.getProcessInstanceId(); Long nodeId = runtimeService.getVariable(execution.getId(),ReplaceFlowService.NODE_ID,Long.class); Long nodeId = runtimeService.getVariable(execution.getId(),FlowContants.NODE_ID,Long.class); this.ncNodeService.unlock(nodeId); }