|  | @@ -260,7 +260,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
											
												
													
														|  |  				List<SimpleUserDto> students = teacherDao.getUsersSimpleInfo(errStudentIds);
 |  |  				List<SimpleUserDto> students = teacherDao.getUsersSimpleInfo(errStudentIds);
 | 
											
												
													
														|  |  				TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
 |  |  				TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
 | 
											
												
													
														|  |  				String studentNames = StringUtils.join(students.stream().map(SimpleUserDto::getNickName).collect(Collectors.toList()), "、");
 |  |  				String studentNames = StringUtils.join(students.stream().map(SimpleUserDto::getNickName).collect(Collectors.toList()), "、");
 | 
											
												
													
														|  | -				return BaseController.failed(HttpStatus.PARTIAL_CONTENT,"学员+"+studentNames+"+已超过该活动购买次数限制");
 |  | 
 | 
											
												
													
														|  | 
 |  | +				return BaseController.failed(HttpStatus.PARTIAL_CONTENT,"学员"+studentNames+"已超过该活动购买次数限制");
 | 
											
												
													
														|  |  			}
 |  |  			}
 | 
											
												
													
														|  |  		}
 |  |  		}
 | 
											
												
													
														|  |  		//判断课程安排是否超出范围
 |  |  		//判断课程安排是否超出范围
 |