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

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

修改 会员相关

parent 850bf88c
......@@ -108,6 +108,11 @@ public class PerformanceVoTask {
Query.query(Criteria.where("performanceId").is(performancesId)),
TicketTimesVo.class, TicketTimesVo.class.getSimpleName()
);
if(timesData.size()==0){
continue;
}
//总循环次数
int ticketCount = 0;
//未开售次数
......
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