浏览代码

流程节点修正

ZhuDeKang 4 月之前
父节点
当前提交
c2910f05d9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ruoyi-api-patform/src/main/java/com/ruoyi/interfaces/tinyflow/node/ServiceNode.java

+ 0 - 1
ruoyi-api-patform/src/main/java/com/ruoyi/interfaces/tinyflow/node/ServiceNode.java

@@ -37,7 +37,6 @@ public class ServiceNode extends BaseNode {
         Map<String, Object> parameterValues = chain.getParameterValues(this); //获取参数
         List<PtServiceParam> params = ptService.getParams();
 
-
         HashMap<String, String> headers = null;
         if (StringUtils.isNotNull(parameterValues.get("headers")))
             headers = (HashMap<String, String>) parameterValues.get("headers");