Przeglądaj źródła

修复出让划拨重复目录

chenendian 2 miesięcy temu
rodzic
commit
38444f60ff

+ 1 - 1
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/service/impl/NodeAttachmentImpl.java

@@ -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