增强HSE检查的功能
This commit is contained in:
@@ -423,5 +423,18 @@ namespace BLL
|
||||
}
|
||||
}
|
||||
|
||||
public static List<Model.DropDownItem> getHiddenTypeList(string groupid)
|
||||
{
|
||||
var list = (from x in Funs.DB.Sys_Const
|
||||
where x.GroupId== groupid
|
||||
orderby x.SortIndex
|
||||
select new Model.DropDownItem
|
||||
{
|
||||
Text = x.ConstText,
|
||||
Values = x.ConstValue
|
||||
}).ToList();
|
||||
return list;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user