Commit 7f3304a7 by guojuxing

查询gic所有的菜单页面和权限项数据

parent 934f8842
......@@ -124,6 +124,11 @@ public class MenuApiServiceImpl implements MenuApiService {
}
@Override
public ServiceResponse<List<MenuDTO>> listMenuTreeForRoleOfGic() {
return listMenuTreeForRole(MenuProjectConstants.DEFAULT_PROJECT);
}
@Override
public ServiceResponse<List<MenuDTO>> listMenuItemByParentId(Integer parentId) {
TabSysMenu record = menuService.getMenuById(parentId);
if (record == null) {
......
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