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

Commit 0f8dadb8 authored by 胡佳晨's avatar 胡佳晨

票 vo 增加 会员开售时间 正常开售时间

parent 7e77d789
......@@ -346,7 +346,7 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
//生成订单 order_ticket
KylinOrderTickets orderTickets = new KylinOrderTickets();
String orderTicketId = IDGenerator.nextSnowId().toString();
log.debug("\n OTDER_TICKET_ID = "+ orderTicketId +" \n TIME = "+System.currentTimeMillis());
log.debug("\n ORDER_TICKET_ID = "+ orderTicketId +" \n TIME = "+System.currentTimeMillis());
orderTickets.setOrderTicketsId(orderTicketId);
orderTickets.setUserId(uid);
Map token = CurrentUtil.getTokenClaims();
......
......@@ -146,6 +146,8 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
KylinPerformanceVo performancesInfo = dataUtils.getPerformanceVo(performancesId);
log.debug("PERFORMANCE_ID = "+performancesId);
List<KylinPerformanceVo> KylinPerformanceVoList = null;
KylinPerformanceVoList.add(performancesInfo);
KylinPerformanceVoList = checkAppStatus(KylinPerformanceVoList);
......
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