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

Commit 4cbaf2e5 authored by 胡佳晨's avatar 胡佳晨

店铺券使用逻辑提交

parent f076911a
...@@ -347,9 +347,10 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService { ...@@ -347,9 +347,10 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
storeOrder.setPriceRefund(BigDecimal.ZERO); storeOrder.setPriceRefund(BigDecimal.ZERO);
storeOrder.setPriceCoupon(voucherPrice); storeOrder.setPriceCoupon(voucherPrice);
storeOrder.setStorePriceCoupon(storeVoucherPrice); storeOrder.setStorePriceCoupon(storeVoucherPrice);
storeOrder.setPriceVoucher(voucherMarket.add(voucherPrice.add(storeVoucherPrice))); storeOrder.setPriceVoucher(voucherPrice.add(storeVoucherPrice).subtract(voucherMarket));
storeOrder.setStatus(0); storeOrder.setStatus(0);
storeOrder.setUcouponId(platVoucherCode); storeOrder.setUcouponId(platVoucherCode);
storeOrder.setUcouponId(platVoucherCode);
storeOrder.setStoreCouponId(platVoucherCode); storeOrder.setStoreCouponId(platVoucherCode);
storeOrder.setPayType(param.getPayType()); storeOrder.setPayType(param.getPayType());
storeOrder.setDeviceFrom(param.getDeviceFrom()); storeOrder.setDeviceFrom(param.getDeviceFrom());
......
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