记得上下班打卡 | git大法好,push需谨慎

Commit 1ad8c80f authored by 胡佳晨's avatar 胡佳晨

修改 下单显示价格

parent ba61e24f
......@@ -215,7 +215,7 @@ public class MixOrderServiceImpl implements IMixOrderService {
//获得 活动原价
price = (BigDecimal) skuMix.get(skuVo.getSkuId() + "price");
priceBase = skuVo.getPrice();
price = price.multiply(BigDecimal.valueOf(number));
// price = price.multiply(BigDecimal.valueOf(number));
storeTotalPrice = storeTotalPrice.add(price);
//订单sku
GoblinOrderSku orderSku = GoblinOrderSku.getNew();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment