This commit is contained in:
parent
83f1fdc8b9
commit
05fac8d6c4
|
|
@ -222,7 +222,7 @@ namespace FineUIPro.Web
|
||||||
|
|
||||||
//隐患类型
|
//隐患类型
|
||||||
var getTypes = (from x in Funs.DB.Sys_Const
|
var getTypes = (from x in Funs.DB.Sys_Const
|
||||||
where x.GroupId == "Hiddendangertype" && (x.ConstValue == "其他伤害" || x.ConstValue == "起重伤害")
|
where x.GroupId == "Hiddendangertype"
|
||||||
orderby x.SortIndex
|
orderby x.SortIndex
|
||||||
select x).ToList();
|
select x).ToList();
|
||||||
foreach (var item in getTypes)
|
foreach (var item in getTypes)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue