田源
2025-03-05 f6b61a485501f326debe52d77ea65d87fb34b37f
Source/UBCS/ubcs-ops/ubcs-flow/src/main/java/com/vci/ubcs/flow/engine/envent/FlowStatusListener.java
@@ -116,7 +116,6 @@
         if(CollectionUtils.isEmpty(result) && !(Boolean) result.get("success")){
            throw new VciBaseException((String) result.get("message"));
         }
      }
   }