fix: 订单保存优惠券折扣价格
This commit is contained in:
@@ -713,6 +713,7 @@ public class CartService {
|
||||
throw new MsgException("存在不可用优惠券");
|
||||
}
|
||||
couponVo.setCurrentUseNum(item.getNum());
|
||||
couponVo.setFinalUseNum(item.getNum());
|
||||
infoDTO.getProductCouponMap().put(item.getUserCouponId().toString(), couponVo);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user