From 741e896cb3fd3a9677f575bc5ea87d2b93e33bbc Mon Sep 17 00:00:00 2001 From: ying Date: Wed, 29 Nov 2023 13:22:08 +0000 Subject: [PATCH] =?UTF-8?q?update=20.Net6=E7=89=88=E6=9C=AC/VOL.System/Ser?= =?UTF-8?q?vices/System/Partial/Sys=5FMenuService.cs.=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E6=98=BE=E7=A4=BA=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ying --- .../VOL.System/Services/System/Partial/Sys_MenuService.cs" | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 e3326d03..1a7f1f9a 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(); -- Gitee