Commit 50736a8a by guojuxing

查询gic菜单接口修改:只查询gic的,应用过滤

parent 493141c7
......@@ -49,6 +49,7 @@ public class MenuApiServiceImpl implements MenuApiService {
public ServiceResponse<List<MenuDTO>> getUserMenu(Integer userId, Integer enterpriseId, Integer currentMenu) {
MenuListQO params = new MenuListQO();
params.setMenuType(MenuTypeEnum.PAGE.getCode());
params.setIsGIC(1);
List<TabSysMenu> menuList = this.menuService.listMenu(params);
int level = 1;
int parentId = 0;
......
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