Commit 0ff9d4c5 by huluobin

自动选券

parent b867d7a2
...@@ -465,6 +465,8 @@ public class OrderManageServiceImpl extends ServiceImpl<OrderManageMapper, Order ...@@ -465,6 +465,8 @@ public class OrderManageServiceImpl extends ServiceImpl<OrderManageMapper, Order
.orderId(orderId) .orderId(orderId)
.innerCouponCustomerRelevanceIds(Lists.newArrayList(couponCustomerRelevance.getId())) .innerCouponCustomerRelevanceIds(Lists.newArrayList(couponCustomerRelevance.getId()))
.build()); .build());
//结算订单
marketService.setterOrder(orderId);
}); });
pushMsgService.sendOrderPayNotifyMsg(orderId, pushMsgService.sendOrderPayNotifyMsg(orderId,
......
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