zouxuan %!s(int64=4) %!d(string=hai) anos
pai
achega
91970c4930

+ 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 = "删除")
     @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);
         sysExamSongService.delete(id);
         return succeed();
         return succeed();
     }
     }