diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/relation/web/DesignerRelationShapeWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/relation/web/DesignerRelationShapeWeb.java index d60bf0b7..3b6a90c8 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/relation/web/DesignerRelationShapeWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/relation/web/DesignerRelationShapeWeb.java @@ -1382,7 +1382,6 @@ public class DesignerRelationShapeWeb extends ActionWeb { result.add(node); } } - } //如果为支持文件 if (attrId.equals("support_files")) { @@ -1394,7 +1393,6 @@ public class DesignerRelationShapeWeb extends ActionWeb { node.put("nocheck", false); result.add(node); } - } else if (attrId.equals("lead_process") || attrId.equals("rear_process")) { if (isParent.equals("true")) { node.put("nocheck", true); @@ -1403,6 +1401,15 @@ public class DesignerRelationShapeWeb extends ActionWeb { node.put("nocheck", false); result.add(node); } + }else if (attrId.equals("out_process")) {//如果是外部流程文件 + if (isParent.equals("true")) { + node.put("nocheck", true); + result.add(node); + } else if (isParent.equals("false")) { + node.put("nocheck", false); + result.add(node); + } + } else { String methodId = node.getString("plMethodId"); if ("control.kpi".equals(methodId) && methodScope.equals(methodId)) {