Commit 3f09634d by guojuxing

查询菜单树接口修改:不写死树数据类型,可以是页面和权限项

parent 9a81a947
......@@ -76,7 +76,7 @@ public class MenuApiServiceImpl implements MenuApiService {
if (params.getIsGIC() == 2 && params.isNeedUpdateAppMenu()) {
saveAppMenu();
}
params.setMenuType(MenuTypeEnum.PAGE.getCode());
//params.setMenuType(MenuTypeEnum.PAGE.getCode());
List<TabSysMenu> menuList = this.menuService.listMenu(params);
return ServiceResponse.success(EntityUtil.changeEntityListNew(MenuDTO.class, menuList));
}
......
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