mirror of https://gitee.com/xiaonuobase/snowy
移动端菜单bug
parent
0c67454008
commit
ccd951ee61
|
@ -688,7 +688,7 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
|
|||
List<Tree<String>> resultList = CollectionUtil.newArrayList();
|
||||
if (ObjectUtil.isNotEmpty(roleIdList)) {
|
||||
resultList = mobileMenuApi.loginMobileMenuTree(sysRelationService.getRelationTargetIdListByObjectIdListAndCategory(roleIdList,
|
||||
SysRelationCategoryEnum.SYS_ROLE_HAS_RESOURCE.getValue()));
|
||||
SysRelationCategoryEnum.SYS_ROLE_HAS_MOBILE_MENU.getValue()));
|
||||
}
|
||||
return resultList;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue