|
@@ -44,8 +44,8 @@ public class SysExamSongController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "删除")
|
|
|
- @PostMapping("/del/{id}")
|
|
|
- public Object del(@ApiParam(value = "收费类型编号", required = true) @PathVariable("id") Integer id) {
|
|
|
+ @PostMapping("/del")
|
|
|
+ public Object del(Integer id) {
|
|
|
sysExamSongService.delete(id);
|
|
|
return succeed();
|
|
|
}
|