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 0a83239b..22095070 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/web/CoeDesignerWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java index 96c52d2a..f106d7ff 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java @@ -3144,7 +3144,7 @@ public class CoeDesignerWeb extends ActionWeb { //关联文件list List relationUpfFileList = new ArrayList<>(); - if (relationList != null && relationList.size() > 0) { + /*if (relationList != null && relationList.size() > 0) { for (int i = 0; i < relationList.size(); i++) { DesignerShapeRelationModel model = relationList.get(i); if (UtilString.isEmpty(model.getRelationShapeId())) {// 关联的模型文件 @@ -3156,7 +3156,7 @@ public class CoeDesignerWeb extends ActionWeb { relationUpfFileList.addAll(files); } } - } + }*/ if (relationUpfFileList != null && relationUpfFileList.size() > 0) { //三员管理,过滤关联文件密级显示