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 38472c35..20429b7e 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/web/CoeProcessLevelWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java index 19ab5fd7..a41f167e 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java @@ -4953,6 +4953,12 @@ public class CoeProcessLevelWeb extends ActionWeb { Collections.sort(shapeData); if (isExist) { JSONObject resultObj = new JSONObject(); + + //搜索过滤掉架构文件/文件 + if(model.getMethodId().equals("process.framework") || model.getMethodId().equals("default")){ + continue; + } + resultObj.put("id", model.getId()); resultObj.put("name", model.getName()); resultObj.put("methodId", model.getMethodId());