|
@@ -207,6 +207,9 @@ public class StudentExtracurricularExercisesSituationServiceImpl extends BaseSer
|
|
|
List<StudentExtracurricularExercisesSituation> tss = teacherServeMap.get(teacherServeDto.getTeacherId());
|
|
|
Set<Long> courseIds = new HashSet<>();
|
|
|
for (StudentExtracurricularExercisesSituation ts : tss) {
|
|
|
+ if(teacherServeDto.getMonday().compareTo(ts.getMonday())!=0){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if(StringUtils.isBlank(ts.getCourseIds())){
|
|
|
continue;
|
|
|
}
|