提交代码

dev
胡锐 5 months ago
parent 1a24a4d631
commit 2003287538
  1. 1
      service/src/main/java/com/hfkj/service/order/OrderPaySuccessService.java

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

Loading…
Cancel
Save