|
@@ -109,7 +109,7 @@ public class StudentServeServiceImpl implements StudentServeService {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
long count = haveCourseStudents.stream().filter(e -> (GroupType.PRACTICE.equals(e.getGroupType()) ||
|
|
long count = haveCourseStudents.stream().filter(e -> (GroupType.PRACTICE.equals(e.getGroupType()) ||
|
|
- (GroupType.MUSIC.equals(e.getGroupType()) && TeachModeEnum.OFFLINE.equals(e.getTeachMode())))
|
|
|
|
|
|
+ GroupType.VIP.equals(e.getGroupType()))
|
|
&&nextMonday.after(e.getCourseStartTime())).count();
|
|
&&nextMonday.after(e.getCourseStartTime())).count();
|
|
if(count>0){
|
|
if(count>0){
|
|
haveClassStudentIds.add(studentCoursesEntry.getKey());
|
|
haveClassStudentIds.add(studentCoursesEntry.getKey());
|