移动端菜单bug
This commit is contained in:
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…
x
Reference in New Issue
Block a user