|
|
@ -5532,7 +5532,7 @@ public class DistributionStockupServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
//库存品
|
|
|
|
//库存品
|
|
|
|
if (!inventoryList.isEmpty() && inventoryList.size() > 0) { |
|
|
|
if (!inventoryList.isEmpty() && inventoryList.size() > 0) { |
|
|
|
inventoryFlag = inventoryList.stream().allMatch(b -> InventoryStockUpStatusConstant.yibeihuo.getValue().equals(b.getStockStatus())); |
|
|
|
inventoryFlag = inventoryList.stream().allMatch(b -> InventoryStockUpStatusConstant.yibeihuo.getValue().equals(b.getStockStatus())); |
|
|
|
}else { |
|
|
|
} else { |
|
|
|
inventoryFlag = true; |
|
|
|
inventoryFlag = true; |
|
|
|
} |
|
|
|
} |
|
|
|
//零担
|
|
|
|
//零担
|
|
|
|