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

Commit ac5f29dc authored by 胡佳晨's avatar 胡佳晨

修改 接口

parent f8290aa5
...@@ -436,7 +436,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM ...@@ -436,7 +436,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
for (int x =0 ;x<performancesInfo.getTicketTimeList().get(i).getTicketList().size();x++) { for (int x =0 ;x<performancesInfo.getTicketTimeList().get(i).getTicketList().size();x++) {
KylinTicketVo ticketItem = performancesInfo.getTicketTimeList().get(i).getTicketList().get(x); KylinTicketVo ticketItem = performancesInfo.getTicketTimeList().get(i).getTicketList().get(x);
if(ticketItem.getTicketsId().equals(ticketsId)){ if(ticketItem.getTicketsId().equals(ticketsId)){
ticketVo = dataUtils.getTicketVo(ticketsId); ticketVo = ticketItem;
} }
} }
} }
......
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