|
@@ -231,8 +231,8 @@ public class ClassGroupController extends BaseController {
|
|
|
@ApiImplicitParam(name = "musicGroupId", value = "乐团id", required = true, dataType = "string"),
|
|
|
@ApiImplicitParam(name = "type", value = "班级类型", required = true, dataType = "string"),
|
|
|
})
|
|
|
- public HttpResponseResult classGroupAndTeacher(String musicGroup, ClassGroupTypeEnum type) throws Exception {
|
|
|
- return succeed(classGroupService.getClassGroupAndTeacherByType(musicGroup,type));
|
|
|
+ public HttpResponseResult classGroupAndTeacher(String musicGroupId, ClassGroupTypeEnum type) throws Exception {
|
|
|
+ return succeed(classGroupService.getClassGroupAndTeacherByType(musicGroupId,type));
|
|
|
}
|
|
|
|
|
|
}
|