喵你个旺呀 1 жил өмнө
parent
commit
049b3ea462

+ 1 - 1
Admin.NET/Admin.NET.Core/Service/Menu/SysMenuService.cs

@@ -264,7 +264,7 @@ public class SysMenuService : IDynamicApiController, ITransient
     {
         if (!_userManager.SuperAdmin) tenantId = _userManager.TenantId;
 
-        // 超管用户菜单范围:种子菜单 + 租户id菜单 + 未分配菜单
+        // 超管用户菜单范围:种子菜单 + 租户id菜单
         ISugarQueryable<SysMenu, SysTenantMenu> query;
         if (_userManager.SuperAdmin)
         {