|
@@ -157,7 +157,7 @@ public class MusicSheetController extends BaseController {
|
|
|
|
|
|
@PostMapping("/state/{id}")
|
|
|
@ApiOperation(value = "启用/停用", notes = "传入id")
|
|
|
- public HttpResponseResult<Boolean> state(@ApiParam(value = "曲目编号", required = true) @PathVariable Long id, @RequestBody ReasonDto reasonDto) {
|
|
|
+ public HttpResponseResult<Boolean> state(@ApiParam(value = "曲目编号", required = true) @PathVariable Long id) {
|
|
|
if (StringUtil.isEmpty(id)) {
|
|
|
return failed("参数不能为空");
|
|
|
}
|