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)