优化代码,修复bug

This commit is contained in:
paulGao
2022-06-16 10:21:41 +08:00
parent 049a759cda
commit 7bb06e7fdc
4 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,6 @@ public class MenuManagerController {
@ApiImplicitParam(name = "id", value = "菜单ID", required = true, paramType = "path", dataType = "String")
@ApiOperation(value = "编辑")
@PutMapping(value = "/{id}")
@DemoSite
public ResultMessage<Menu> edit(@PathVariable String id, Menu menu) {
menu.setId(id);