|  | @@ -8,7 +8,9 @@ import java.util.List;
 | 
											
												
													
														|  |  import java.util.Map;
 |  |  import java.util.Map;
 | 
											
												
													
														|  |  import java.util.stream.Collectors;
 |  |  import java.util.stream.Collectors;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +import com.ym.mec.biz.dal.dao.CourseScheduleDao;
 | 
											
												
													
														|  |  import org.springframework.beans.factory.annotation.Autowired;
 |  |  import org.springframework.beans.factory.annotation.Autowired;
 | 
											
												
													
														|  | 
 |  | +import org.springframework.http.ResponseEntity;
 | 
											
												
													
														|  |  import org.springframework.stereotype.Service;
 |  |  import org.springframework.stereotype.Service;
 | 
											
												
													
														|  |  import org.springframework.transaction.annotation.Transactional;
 |  |  import org.springframework.transaction.annotation.Transactional;
 | 
											
												
													
														|  |  import org.springframework.util.CollectionUtils;
 |  |  import org.springframework.util.CollectionUtils;
 | 
											
										
											
												
													
														|  | @@ -31,6 +33,8 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	@Autowired
 |  |  	@Autowired
 | 
											
												
													
														|  |  	private StudentDao studentDao;
 |  |  	private StudentDao studentDao;
 | 
											
												
													
														|  | 
 |  | +	@Autowired
 | 
											
												
													
														|  | 
 |  | +	private CourseScheduleDao courseScheduleDao;
 | 
											
												
													
														|  |  	
 |  |  	
 | 
											
												
													
														|  |  	@Autowired
 |  |  	@Autowired
 | 
											
												
													
														|  |  	private CourseScheduleStudentPaymentDao courseScheduleStudentPaymentDao;
 |  |  	private CourseScheduleStudentPaymentDao courseScheduleStudentPaymentDao;
 | 
											
										
											
												
													
														|  | @@ -167,4 +171,5 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
 | 
											
												
													
														|  |  	public void batchUpdateAdviser(Integer teacherId,String studentIds) {
 |  |  	public void batchUpdateAdviser(Integer teacherId,String studentIds) {
 | 
											
												
													
														|  |  		studentDao.batchUpdateAdviser(teacherId,studentIds);
 |  |  		studentDao.batchUpdateAdviser(teacherId,studentIds);
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |  }
 |  |  }
 |