Commit f5459350 by HouTiZhuo

支付有礼 fix

parent 663883fb
...@@ -143,6 +143,7 @@ ...@@ -143,6 +143,7 @@
const data = { const data = {
orderSn: this._orderDetail.orderSn, // 订单编号 orderSn: this._orderDetail.orderSn, // 订单编号
payWithCourtesyId: this.giftsInfo.getPayWithCourtesyInfoForShopRespDTO.activityid, // 支付有礼 id payWithCourtesyId: this.giftsInfo.getPayWithCourtesyInfoForShopRespDTO.activityid, // 支付有礼 id
payWithCcourtesyIntegral: 0,
} }
await order.save_pay_with_courtesy_integral(data); await order.save_pay_with_courtesy_integral(data);
} }
......
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