This commit is contained in:
夏菊 2025-11-24 11:04:55 +08:00
parent 83f1fdc8b9
commit 05fac8d6c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)