yangys
2025-08-17 0d2584463bf6ed68b25e3da7a4b54efc7ba98d5e
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);
   }