|
|
@@ -523,7 +523,7 @@ public class NodeAttachmentImpl implements NodeAttachmentService {
|
|
|
currentAttachmentList.forEach(o->o.put("physicalFlag", "0"));
|
|
|
Map<String, Object> currentNodeAttachmentMap = ServiceUtil.getDirChildrenMap(name,nodeAttachment);
|
|
|
currentNodeAttachmentMap.put("children", currentAttachmentList);
|
|
|
- attachmentChildrenList.add(currentNodeAttachmentMap);
|
|
|
+ //attachmentChildrenList.add(currentNodeAttachmentMap);
|
|
|
}
|
|
|
}
|
|
|
//这里构建最终的附件信息list
|