|
@@ -49,7 +49,7 @@ public class ClassGroupController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "新增提高班")
|
|
|
@PostMapping("/addHighClass")
|
|
|
- //@PreAuthorize("@pcs.hasPermissions('classGroup/addHighClass')")
|
|
|
+ @PreAuthorize("@pcs.hasPermissions('classGroup/addHighClass')")
|
|
|
@ApiParam(value = "乐团提高班json", required = true)
|
|
|
public Object addHighClass(@RequestBody List<HighClassGroupDto> highClassGroupDtoList) throws Exception {
|
|
|
if (highClassGroupDtoList.size() <= 0) {
|