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

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

kylin 演出列表

parent cdb763be
...@@ -210,10 +210,9 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService { ...@@ -210,10 +210,9 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService {
} }
} }
} }
if(ticketListNew.size()>0) { partner.setTicketList(ticketListNew);
partner.setTicketList(ticketListNew); if(ticketListNew.size()==0){
}else{ ticketTimesList.remove(partner);
partner.setTicketList(new ArrayList());
} }
} }
} }
......
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