Commit d7ca9413 authored by 黎博's avatar 黎博

获取角色列表新增创建时间和更新时间

parent c09e2ca4
......@@ -69,6 +69,8 @@ public class RoleController {
roleInfoMap.put("roleName", role.getRoleName());
roleInfoMap.put("usernameList", usernameList);
roleInfoMap.put("permissionIdList", permissionIdList);
roleInfoMap.put("createTime", role.getCreateTime());
roleInfoMap.put("updateTime", role.getUpdateTime());
roleTotalInfoList.add(roleInfoMap);
}
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