diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index 9fe66149..a1b7d824 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ 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 703e0975..5425c172 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 @@ -1267,9 +1267,10 @@ public class DesignerRelationShapeWeb extends ActionWeb { Map topLevelmap = new HashMap(); topLevelmap.put("topLevel", palModel.getLevel()); //topLevel:为计算后的顶级目录的级别。没有顶级目录的流程舍去 getFilePath(palModel, sBuilder, idBuilder, idSets, topLevelmap);// 递归获取当前文件名称路径 - if (topLevelmap != null && topLevelmap.get("topLevel") != null && topLevelmap.get("topLevel") > 1) { - continue; - } + // 忘记了为什么加了这个判断,先注释掉 by SunLianhui 20230914 +// if (topLevelmap != null && topLevelmap.get("topLevel") != null && topLevelmap.get("topLevel") > 1) { +// continue; +// } // bean.setUi("
" + sBuilder.toString() + "
"); bean.setUi(sBuilder.toString()); bean.setValue(idBuilder.toString());