|
@@ -229,7 +229,7 @@ public class ClassGroupController extends BaseController {
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "小班报名详情")
|
|
@ApiOperation(value = "小班报名详情")
|
|
- @PostMapping("/highClassGroups")
|
|
|
|
|
|
+ @GetMapping("/highClassGroups")
|
|
@PreAuthorize("@pcs.hasPermissions('classGroup/highClassGroups')")
|
|
@PreAuthorize("@pcs.hasPermissions('classGroup/highClassGroups')")
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "musicGroupId", value = "乐团id", required = true, dataType = "String")})
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "musicGroupId", value = "乐团id", required = true, dataType = "String")})
|
|
public HttpResponseResult highClassGroups(String musicGroupId) throws Exception {
|
|
public HttpResponseResult highClassGroups(String musicGroupId) throws Exception {
|
|
@@ -237,7 +237,7 @@ public class ClassGroupController extends BaseController {
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "合奏子班列表(班级调整)")
|
|
@ApiOperation(value = "合奏子班列表(班级调整)")
|
|
- @PostMapping("/classGroupAndTeacher")
|
|
|
|
|
|
+ @GetMapping("/classGroupAndTeacher")
|
|
@PreAuthorize("@pcs.hasPermissions('classGroup/classGroupAndTeacher')")
|
|
@PreAuthorize("@pcs.hasPermissions('classGroup/classGroupAndTeacher')")
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "classGroupId", value = "班级id", required = true, dataType = "int")})
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "classGroupId", value = "班级id", required = true, dataType = "int")})
|
|
public HttpResponseResult classGroupAndTeacher(int classGroupId) throws Exception {
|
|
public HttpResponseResult classGroupAndTeacher(int classGroupId) throws Exception {
|