|
@@ -354,7 +354,6 @@ public class StudentServeServiceImpl implements StudentServeService {
|
|
|
results.add(studentExtracurricularExercisesSituation);
|
|
|
}else{
|
|
|
Map<Integer, List<StudentServeCourseDto>> teacherCourseMap = weekCourseInfo.stream().collect(Collectors.groupingBy(StudentServeCourseDto::getActualTeacherId));
|
|
|
- Map<Integer, Set<Long>> teacherServiceCourseIdMap = new HashMap<>();
|
|
|
for (Map.Entry<Integer, List<StudentServeCourseDto>> teacherCourseMapEntry : teacherCourseMap.entrySet()) {
|
|
|
StudentServeCourseDto courseInfo = teacherCourseMapEntry.getValue().stream().min(Comparator.comparing(StudentServeCourseDto::getCourseStartTime)).get();
|
|
|
StudentExtracurricularExercisesSituation studentExtracurricularExercisesSituation;
|