|
@@ -268,6 +268,7 @@ public class WebsitSalesLogic {
|
|
|
throw new RemoteServiceException("未找到对应配件类型倍率");
|
|
|
}
|
|
|
item.setPrice(afterPrice);
|
|
|
+ item.setOrigPartsPrice(goods.getMarketPrice());
|
|
|
}
|
|
|
|
|
|
BigDecimal convertQty = item.getSalesQty().divide(goods.getGoodsSalesConvertQty(), 1, BigDecimal.ROUND_UP);
|