|
|
@ -2931,7 +2931,7 @@ public class DistributionStockupServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
forEach((k, v) -> { |
|
|
|
forEach((k, v) -> { |
|
|
|
// List<Long> di = new ArrayList<>();
|
|
|
|
// List<Long> di = new ArrayList<>();
|
|
|
|
// AtomicReference<Integer> s = new AtomicReference<>(0); //已扫数量
|
|
|
|
// AtomicReference<Integer> s = new AtomicReference<>(0); //已扫数量
|
|
|
|
v.stream().forEach(i -> { |
|
|
|
v.forEach(i -> { |
|
|
|
DistributionParcelListEntity byId = distributionParcelListService.getById(i.getAssociationId()); |
|
|
|
DistributionParcelListEntity byId = distributionParcelListService.getById(i.getAssociationId()); |
|
|
|
if (ObjectUtils.isNotNull(byId)) { |
|
|
|
if (ObjectUtils.isNotNull(byId)) { |
|
|
|
if (!vo.getStockArticleId().contains(byId.getStockArticleId().toString())) { |
|
|
|
if (!vo.getStockArticleId().contains(byId.getStockArticleId().toString())) { |
|
|
|