修改过滤方法
This commit is contained in:
parent
ff079eef87
commit
1933f96229
|
@ -285,7 +285,7 @@ private IFormmain0044Service formmain0044Service;
|
||||||
if (CollectionUtils.isNotEmpty(formmain0044List) && CollectionUtils.isNotEmpty(accTransactionResList)){
|
if (CollectionUtils.isNotEmpty(formmain0044List) && CollectionUtils.isNotEmpty(accTransactionResList)){
|
||||||
accTransactionResList = accTransactionResList.stream()
|
accTransactionResList = accTransactionResList.stream()
|
||||||
.filter(acc -> formmain0044List.stream()
|
.filter(acc -> formmain0044List.stream()
|
||||||
.noneMatch(f -> acc.getSerialId().equals(f.getField0018())))
|
.noneMatch(f -> acc.getSerialId().equals(f.getField0019())))
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
if (CollectionUtils.isNotEmpty(accTransactionResList)){
|
if (CollectionUtils.isNotEmpty(accTransactionResList)){
|
||||||
|
|
Loading…
Reference in New Issue