Commit c09e2ca4 authored by 黎博's avatar 黎博

获取角色列表接口字段名修改

parent 5b6f04ef
...@@ -68,7 +68,7 @@ public class RoleController { ...@@ -68,7 +68,7 @@ public class RoleController {
roleInfoMap.put("roleId", role.getId()); roleInfoMap.put("roleId", role.getId());
roleInfoMap.put("roleName", role.getRoleName()); roleInfoMap.put("roleName", role.getRoleName());
roleInfoMap.put("usernameList", usernameList); roleInfoMap.put("usernameList", usernameList);
roleInfoMap.put("permissionList", permissionIdList); roleInfoMap.put("permissionIdList", permissionIdList);
roleTotalInfoList.add(roleInfoMap); roleTotalInfoList.add(roleInfoMap);
} }
map.put("total", page.getTotal()); map.put("total", page.getTotal());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment