From 05fac8d6c47aeaf6f3953ecd28e780d55a5f9a93 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Mon, 24 Nov 2025 11:04:55 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/common/mainMenu_HSSE.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/common/mainMenu_HSSE.aspx.cs b/SGGL/FineUIPro.Web/common/mainMenu_HSSE.aspx.cs index 11da9c87..b4b730a0 100644 --- a/SGGL/FineUIPro.Web/common/mainMenu_HSSE.aspx.cs +++ b/SGGL/FineUIPro.Web/common/mainMenu_HSSE.aspx.cs @@ -222,7 +222,7 @@ namespace FineUIPro.Web //隐患类型 var getTypes = (from x in Funs.DB.Sys_Const - where x.GroupId == "Hiddendangertype" && (x.ConstValue == "其他伤害" || x.ConstValue == "起重伤害") + where x.GroupId == "Hiddendangertype" orderby x.SortIndex select x).ToList(); foreach (var item in getTypes)