Commit ad01b5a7 by guojuxing

权限集回显修复

parent 8dca3834
......@@ -193,7 +193,7 @@ public class RoleController {
data.put("menuName", menuDTO.getMenuName());
data.put("project", menuDTO.getProject());
data.put("menuType", menuDTO.getMenuType());
if (menuIdMap.containsKey(menuDTO.getMenuId().intValue())) {
if (menuIdMap.containsKey(menuDTO.getMenuId().toString())) {
//如果存在,则说明钩上了
data.put("isSelect", true);
} else {
......
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