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

Commit 9af21547 authored by 胡佳晨's avatar 胡佳晨

修改下单

parent 742ea7fd
......@@ -344,7 +344,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
storeOrder.setPriceExpress(BigDecimal.ZERO);
}
storeOrder.setPriceTotal(storeTotalPrice.add(storeOrder.getPriceExpress()));
storeOrder.setPriceActual(storeOrder.getPriceTotal().subtract(voucherMarket).subtract(voucherPrice));
storeOrder.setPriceActual(storeOrder.getPriceTotal().subtract(voucherPrice));
storeOrder.setPriceRefund(BigDecimal.ZERO);
storeOrder.setPriceCoupon(voucherPrice);
storeOrder.setStorePriceCoupon(storeVoucherPrice);
......
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