diff --git "a/.Net6\347\211\210\346\234\254/VOL.System/Services/System/Partial/Sys_MenuService.cs" "b/.Net6\347\211\210\346\234\254/VOL.System/Services/System/Partial/Sys_MenuService.cs" index e3326d03c8a5faee9f444e96ea5185903bb8ea8b..1a7f1f9a8f362cf581f286a44cb8e9c8ab859691 100644 --- "a/.Net6\347\211\210\346\234\254/VOL.System/Services/System/Partial/Sys_MenuService.cs" +++ "b/.Net6\347\211\210\346\234\254/VOL.System/Services/System/Partial/Sys_MenuService.cs" @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; @@ -44,7 +44,8 @@ namespace VOL.System.Services parentId = a.ParentId, name = a.MenuName, a.MenuType, - a.OrderNo + a.OrderNo, + a.Icon })).OrderByDescending(a => a.OrderNo) .ThenByDescending(q => q.parentId).ToList();