|  | @@ -400,7 +400,6 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
 | 
											
												
													
														|  |          if(StringUtils.isEmpty(studentIds)){
 |  |          if(StringUtils.isEmpty(studentIds)){
 | 
											
												
													
														|  |              throw new BizException("请选择学员");
 |  |              throw new BizException("请选择学员");
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -        endTime = DateUtil.addSeconds(DateUtil.addDays(endTime,1),-1);
 |  | 
 | 
											
												
													
														|  |          //学员是否有会员
 |  |          //学员是否有会员
 | 
											
												
													
														|  |          List<Integer> studentIdList = Arrays.stream(studentIds.split(",")).map(Integer::parseInt).collect(Collectors.toList());
 |  |          List<Integer> studentIdList = Arrays.stream(studentIds.split(",")).map(Integer::parseInt).collect(Collectors.toList());
 | 
											
												
													
														|  |          List<Student> studentList = studentDao.findByStudentIds(studentIdList);
 |  |          List<Student> studentList = studentDao.findByStudentIds(studentIdList);
 |