소스 검색

修复出让划拨重复目录

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