bug调整
This commit is contained in:
parent
f6ab867a94
commit
87e768afc7
@ -134,9 +134,9 @@ public class PermissionController {
|
||||
// 查看角色绑定的人员或部门列表
|
||||
@GetMapping("/selectUserOrDeptByRole")
|
||||
public Response selectUserOrDeptByRole(
|
||||
@NotBlank String roleID
|
||||
@NotBlank String roleId
|
||||
) {
|
||||
HashMap<String, List<String>> map = modelRoleService.selectUserOrDeptByRole(roleID);
|
||||
HashMap<String, List<String>> map = modelRoleService.selectUserOrDeptByRole(roleId);
|
||||
if (ObjectUtils.isEmpty(map)) {
|
||||
return Response.ok().data(new HashMap<>());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user