|
|
@ -171,6 +171,7 @@ public class OrderPaySuccessService { |
|
|
|
orderCoupon.setPayChannel(order.getPayChannel()); |
|
|
|
orderCoupon.setPayChannel(order.getPayChannel()); |
|
|
|
orderCoupon.setPayType(order.getPayType()); |
|
|
|
orderCoupon.setPayType(order.getPayType()); |
|
|
|
orderCoupon.setPaySerialNo(order.getPaySerialNo()); |
|
|
|
orderCoupon.setPaySerialNo(order.getPaySerialNo()); |
|
|
|
|
|
|
|
orderCoupon.setPayTime(order.getPayTime()); |
|
|
|
orderCouponService.editData(orderCoupon); |
|
|
|
orderCouponService.editData(orderCoupon); |
|
|
|
|
|
|
|
|
|
|
|
// 增加销量
|
|
|
|
// 增加销量
|
|
|
|