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 45661508..0615c452 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 927b99be..19ab5fd7 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 @@ -9945,7 +9945,7 @@ public String deleteReply(String replyid, String messageid) { List subList = PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryModelsByPidNew(_uc, wsId, teamId, id); - //获取子文件列表根据是否发布分组 + /*//获取子文件列表根据是否发布分组 Map> collect = subList.stream().filter(item -> UtilString.isNotEmpty(item.isPublish() + "")) .collect(Collectors.groupingBy(PALRepositoryModel::isPublish)); @@ -9968,12 +9968,12 @@ public String deleteReply(String replyid, String messageid) { } } - finaltrueList.addAll(finalfalseList); + finaltrueList.addAll(finalfalseList);*/ - if (finaltrueList != null) { - for (PALRepositoryModel subModel: finaltrueList) { + if (subList != null) { + for (PALRepositoryModel subModel: subList) { JSONObject subObj = new JSONObject(); subObj.put("index", index++); subObj.put("id", subModel.getId());