【update】名称修改 编辑角色组织权限->保存角色组织权限
This commit is contained in:
parent
4a55a9fd31
commit
87a1cb11fc
|
@ -132,7 +132,7 @@ public class UserController {
|
|||
}
|
||||
|
||||
|
||||
@ApiOperation("编辑角色组织权限")
|
||||
@ApiOperation("保存角色组织权限")
|
||||
@PostMapping("/edit/role")
|
||||
public Result<String> editRole(@RequestBody RoleOrgParam roleOrgParam) {
|
||||
roleRepository.findById(roleOrgParam.getRoleId())
|
||||
|
|
Loading…
Reference in New Issue