修改过滤方法

This commit is contained in:
lvleigang 2024-12-20 11:29:17 +08:00
parent ff079eef87
commit 1933f96229
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ private IFormmain0044Service formmain0044Service;
if (CollectionUtils.isNotEmpty(formmain0044List) && CollectionUtils.isNotEmpty(accTransactionResList)){
accTransactionResList = accTransactionResList.stream()
.filter(acc -> formmain0044List.stream()
.noneMatch(f -> acc.getSerialId().equals(f.getField0018())))
.noneMatch(f -> acc.getSerialId().equals(f.getField0019())))
.collect(Collectors.toList());
}
if (CollectionUtils.isNotEmpty(accTransactionResList)){