zouxuan 4 年之前
父節點
當前提交
91970c4930
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-teacher/src/main/java/com/ym/mec/teacher/controller/SysExamSongController.java

+ 2 - 2
mec-teacher/src/main/java/com/ym/mec/teacher/controller/SysExamSongController.java

@@ -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();
     }