分配问题修改;
This commit is contained in:
+1
-1
@@ -823,7 +823,7 @@ public class StockOutOrderApplicationService {
|
||||
//未进行分配直接跳过
|
||||
continue;
|
||||
}
|
||||
BigDecimal alreadyAllocationQuantity = outMaterialDetailDO.getAlreadyAllocationQuantity();
|
||||
BigDecimal alreadyAllocationQuantity = outMaterialDetailPO.getAllocationQuantity();
|
||||
BigDecimal allocationQuantity = outMaterialDetailDO.getAllocationQuantity();
|
||||
BigDecimal nowAllocationQuantity = allocationQuantity.subtract(alreadyAllocationQuantity);
|
||||
outMaterialDetailDO.setNowAllocationQuantity(nowAllocationQuantity);
|
||||
|
||||
Reference in New Issue
Block a user