Commit a57efe7f by guojuxing

操作模块初始化修改:查询全部

parent b027b30f
...@@ -134,9 +134,9 @@ public class LoginController { ...@@ -134,9 +134,9 @@ public class LoginController {
moduleMap.put(menuDTO.getProjectUrlForWeb() + menuDTO.getMenuUrl(), menuDTO); moduleMap.put(menuDTO.getProjectUrlForWeb() + menuDTO.getMenuUrl(), menuDTO);
} }
} }
userDetail.setMenuInfoList(tempMenuInfoList);
} }
//塞值 //塞值
userDetail.setMenuInfoList(menuInfoList);
userDetail.setMenuUrlMap(map); userDetail.setMenuUrlMap(map);
userDetail.setModuleUrlMap(moduleMap); userDetail.setModuleUrlMap(moduleMap);
} }
......
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