linwe
2023-12-27 c255e37f451939925946b1c2f29a791ddf25efce
src/main/java/org/springblade/modules/system/service/impl/MenuServiceImpl.java
@@ -125,6 +125,7 @@
      // 非超级管理员并且不是顶部菜单请求则返回对应角色权限菜单
      else if (!AuthUtil.isAdministrator() && Func.isEmpty(topMenuId)) {
         roleMenus = tenantPackageMenu(baseMapper.roleMenuByRoleId(Func.toLongList(roleId), menuType));
         // 1:居民,居民需要通过人的标签来显示取保候审
         if(CommonConstant.NUMBER_ONE.equals(labelType)){
            extracted(labelType, roleMenus);
         }