|
|
|
@ -2814,9 +2814,12 @@ public class DistributionStockupServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
// AtomicReference<Integer> s = new AtomicReference<>(0); //已扫数量
|
|
|
|
|
v.stream().forEach(i -> { |
|
|
|
|
DistributionParcelListEntity byId = distributionParcelListService.getById(i.getAssociationId()); |
|
|
|
|
if(ObjectUtils.isNotNull(byId)){ |
|
|
|
|
if (!vo.getStockArticleId().contains(byId.getStockArticleId().toString())) { |
|
|
|
|
f.set(false); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|