Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/master'

zouxuan 4 gadi atpakaļ
vecāks
revīzija
ae166d7d39

+ 3 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/StudentExtracurricularExercisesSituationServiceImpl.java

@@ -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;
 					}