|
@@ -305,7 +305,6 @@ public class InventoryServiceImpl extends ServiceImpl<InventoryMapper, Inventory
|
|
|
}
|
|
|
inventory.setQuantity(inventory.getQuantity().subtract(quantity));
|
|
|
|
|
|
-
|
|
|
// 计算出库结存单价
|
|
|
BigDecimal balanceUnitPrice = getOutBalanceUnitPrice(inOutStorageBalanceMap, inOutFun);
|
|
|
|
|
@@ -412,5 +411,4 @@ public class InventoryServiceImpl extends ServiceImpl<InventoryMapper, Inventory
|
|
|
return getBalanceUnitPrice(map, inOutFun);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
}
|