|
@@ -59,11 +59,12 @@ public class TicketServiceImpl extends ServiceImpl<TicketMapper, Ticket> impleme
|
|
|
if(null != ticketList && ticketList.size() > 0) {
|
|
|
boolean res = ticketService.updateBatchById(ticketList);
|
|
|
if(!res) {
|
|
|
- throw new ServiceException("满票导入失败,请联系管理员");
|
|
|
+ throw new ServiceException("盲票导入失败,请联系管理员");
|
|
|
}
|
|
|
return ticketList.size();
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
|