|
@@ -235,7 +235,7 @@ public class SupplierPriceServiceImpl extends ServiceImpl<SupplierPriceMapper, S
|
|
SupplierPrice orDefault = supplierPriceMap1.get(productInfo.getAttrRawMaterialId());
|
|
SupplierPrice orDefault = supplierPriceMap1.get(productInfo.getAttrRawMaterialId());
|
|
if (orDefault != null) {
|
|
if (orDefault != null) {
|
|
price = orDefault.getPrice();
|
|
price = orDefault.getPrice();
|
|
- includingTaxPrice = orDefault.getPrice();
|
|
|
|
|
|
+ includingTaxPrice = orDefault.getIncludingTaxPrice();
|
|
}
|
|
}
|
|
|
|
|
|
//计算体积
|
|
//计算体积
|