订单备注
This commit is contained in:
@@ -539,6 +539,7 @@ public class OrderInfoCustomServiceImpl implements OrderInfoCustomService {
|
|||||||
throw new OrderValidateException("生成支付订单失败,支付金额不正确");
|
throw new OrderValidateException("生成支付订单失败,支付金额不正确");
|
||||||
}
|
}
|
||||||
orderInfo.setPackFee(packAmount.getPrice());
|
orderInfo.setPackFee(packAmount.getPrice());
|
||||||
|
orderInfo.setRemark(param.getRemark());
|
||||||
//生成订单 //discount_info 所有折扣 几折 折扣金额 满减金额 优惠券金额 积分抵扣金额 抹零
|
//生成订单 //discount_info 所有折扣 几折 折扣金额 满减金额 优惠券金额 积分抵扣金额 抹零
|
||||||
upOrderPayInfo(orderInfo, param);
|
upOrderPayInfo(orderInfo, param);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user