移动端菜单bug

pull/84/head
每天一点 2023-02-04 13:40:41 +08:00
parent 0c67454008
commit ccd951ee61
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}