|
@@ -312,7 +312,7 @@ public class StudentServeServiceImpl implements StudentServeService {
|
|
// return;
|
|
// return;
|
|
// }
|
|
// }
|
|
|
|
|
|
- List<StudentServeCourseDto> studentFutureCourseInfo = studentDao.getStudentFutureCourseInfo(monDayDate.toString(), nextMonday.toString(), studentIds);
|
|
|
|
|
|
+ List<StudentServeCourseDto> studentFutureCourseInfo = studentDao.getStudentFutureCourseInfo(monDayDate.toString(), DateUtil.dateToString(nextMonday, "yyyy-MM-dd"), studentIds);
|
|
if(CollectionUtils.isEmpty(studentFutureCourseInfo)){
|
|
if(CollectionUtils.isEmpty(studentFutureCourseInfo)){
|
|
return;
|
|
return;
|
|
}
|
|
}
|