记得上下班打卡 | git大法好,push需谨慎

Commit 7735c1e8 authored by zhoujianping's avatar zhoujianping

正在现场 1.1:订单关闭后,优先券自动退回到账户

parent 2fc7c3e8
......@@ -367,6 +367,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
vo.setEnterDescribe(dataUtils.getEnterInfo(performanceVo.getType(), orderTicketVo.getGetTicketType(), orderTicketVo.getIsStudent(), ticketVo.getIsTrueName()));
// 添加 优惠券相关
vo.setOrderCouponsList(dataUtils.getOrderCoupon(orderId));
//联系方式
vo.setUserMobile(orderTicketVo.getUserMobile());
}
......
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