Commit e2b72386 authored by wei's avatar wei 🎱

归档过后的文档,不需要再判断状态

parent 46bb98e6
......@@ -306,10 +306,6 @@ public class ExtTransferDocumentServiceImpl<V extends ExtTransferDocumentVO> imp
.item(new SearchItem("belongingCaseFile", SearchItem.Operator.EQ, volumeNumber, null))
.operator(SearchItems.BooleanOperator.AND).build()).build();
List<ExtTransferDocLinkVO> extTransferDocLinkVOList = extTransferDocLinkService.findRecursion(queryDoc).getContent();
extTransferDocLinkVOList = extTransferDocLinkVOList.stream().filter(obj ->
!obj.getSource().getArchivingStatus().equals(ExtDxDocumentServiceImpl.ARCHIVE_INVALIDATED)
&& !obj.getSource().getArchivingStatus().equals(ExtDxDocumentServiceImpl.ARCHIVE_NOT_RECEIVED))
.collect(Collectors.toList());
for (ExtTransferDocLinkVO extTransferDocLinkVO : extTransferDocLinkVOList) {
// 最大密级
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment