1
0
فهرست منبع

修复出让划拨重复目录

chenendian 6 ماه پیش
والد
کامیت
38444f60ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      siwei-modules/siwei-apply/src/main/java/com/siwei/apply/service/impl/NodeAttachmentImpl.java

+ 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