|
|
@@ -315,12 +315,6 @@ public class NodeAttachmentImpl implements NodeAttachmentService {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 保存附件信息
|
|
|
*/
|
|
|
@@ -574,6 +568,7 @@ public class NodeAttachmentImpl implements NodeAttachmentService {
|
|
|
for(String currentAttachment : currentAttachmentList){
|
|
|
if(!CollectionUtils.containsAny(directoryPathList,currentAttachment)){
|
|
|
retFlag = false;
|
|
|
+ break;
|
|
|
}
|
|
|
}
|
|
|
} catch (IOException e) {
|