田源
2023-11-06 30dd1bcc069b31d417e738d57b5cd18ce9ed6871
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"));
         }
      }
   }