20241021 修改共检通知单
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user