20241021 修改共检通知单

This commit is contained in:
2024-10-21 16:29:59 +08:00
parent 66d458026e
commit abb15b53fc
11 changed files with 1724 additions and 995 deletions
@@ -21,6 +21,11 @@ namespace BLL
var q = (from x in Funs.DB.Base_CNProfessional where x.CNProfessionalId != BLL.Const.CNProfessionalHSEId orderby x.SortIndex select x).ToList();
return q;
}
public static List<Model.Control_PointCropping> GetCnProList()
{
return (from x in Funs.DB.Control_PointCropping where x.ParentId == null || x.ParentId == "" orderby x.OperateTime select x).ToList();
}
/// <summary>
/// 添加
/// </summary>