|
@@ -190,7 +190,7 @@ public class ExtracurricularExercisesController extends BaseController {
|
|
|
List<MusicGroup> studentNormalMusicGroups = studentRegistrationDao.getStudentNormalMusicGroups(studentIds);
|
|
|
result.put("musicGroups", studentNormalMusicGroups);
|
|
|
|
|
|
- List<ClassGroup> classGroups = classGroupStudentMapperDao.getStudentClassGroupWithTeacher(studentIds, sysUser.getId());
|
|
|
+ List<ClassGroup> classGroups = classGroupStudentMapperDao.getStudentClassGroupWithTeacher(studentIds, sysUser.getId(), musicGroupId);
|
|
|
result.put("classGroups", classGroups);
|
|
|
|
|
|
List<Subject> studentSubjects = studentDao.getStudentSubjects(studentIds);
|