|
@@ -28,7 +28,6 @@ public class SysExamSongController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "新增")
|
|
@ApiOperation(value = "新增")
|
|
@PostMapping("/add")
|
|
@PostMapping("/add")
|
|
- @PreAuthorize("@pcs.hasPermissions('sysExamSong/add')")
|
|
|
|
public Object add(@RequestBody ExamSongDto examSongDto) {
|
|
public Object add(@RequestBody ExamSongDto examSongDto) {
|
|
sysExamSongService.add(examSongDto);
|
|
sysExamSongService.add(examSongDto);
|
|
return succeed();
|
|
return succeed();
|