Commit a5fe8431 by guojuxing

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

parent 6c56d9c7
...@@ -127,7 +127,7 @@ public class LoginController { ...@@ -127,7 +127,7 @@ public class LoginController {
List<MenuDTO> temp = allGicMenu.getResult(); List<MenuDTO> temp = allGicMenu.getResult();
List<MenuInfo> tempMenuInfoList = EntityUtil.changeEntityListNew(MenuInfo.class, temp); List<MenuInfo> tempMenuInfoList = EntityUtil.changeEntityListNew(MenuInfo.class, temp);
if (CollectionUtils.isNotEmpty(tempMenuInfoList)) { if (CollectionUtils.isNotEmpty(tempMenuInfoList)) {
for (MenuInfo menuDTO : menuInfoList) { for (MenuInfo menuDTO : tempMenuInfoList) {
if (StringUtils.isBlank(menuDTO.getMenuUrl())) { if (StringUtils.isBlank(menuDTO.getMenuUrl())) {
continue; continue;
} }
......
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