|
|
@ -803,6 +803,7 @@ public class SysUserController extends CoreBaseController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/find-ref-role-menu/{userId}")
|
|
|
|
@GetMapping("/find-ref-role-menu/{userId}")
|
|
|
|
@ApiOperation(value = "查询人员的角色和权限信息", notes = "查询人员的角色和权限信息")
|
|
|
|
@ApiOperation(value = "查询人员的角色和权限信息", notes = "查询人员的角色和权限信息")
|
|
|
|
public ResultBean<SysRefRoleMenu> findUserRefRoleMenu(@PathVariable("userId") String userId) {
|
|
|
|
public ResultBean<SysRefRoleMenu> findUserRefRoleMenu(@PathVariable("userId") String userId) {
|
|
|
|