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

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

kylin 演出列表

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