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 16e135cb..38095deb 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 c0ec59ef..eef83f93 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 @@ -8245,14 +8245,6 @@ public class CoeProcessLevelWeb extends ActionWeb { //设置三级架构,如果没有填充值为/ for(int i=1;i<=3;i++){ - - String repid=((JSONObject) repositoryPathData.get(i)).getString("id"); - - PALRepositoryModel parentModel = PALRepositoryCache.getCache().get(repid); - - String methodId=parentModel.getMethodId(); - - String str2 = ""; if(i<=repositoryPathData.size()-1){ String name1=((JSONObject) repositoryPathData.get(i)).getString("name");