去除排序
This commit is contained in:
parent
fabf0823f2
commit
435a42bbed
Binary file not shown.
@ -9945,7 +9945,7 @@ public String deleteReply(String replyid, String messageid) {
|
||||
List<PALRepositoryModel> subList = PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryModelsByPidNew(_uc, wsId, teamId, id);
|
||||
|
||||
|
||||
//获取子文件列表根据是否发布分组
|
||||
/*//获取子文件列表根据是否发布分组
|
||||
Map<Boolean, List<PALRepositoryModel>> 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());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user