1
This commit is contained in:
@@ -38,8 +38,7 @@ namespace BLL
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static IEnumerable getListData(string workPostId, string postTitleId, string name, string certificateId, Grid Grid1)
|
public static IEnumerable getListData(string workPostId, string postTitleId, string name, string certificateId, Grid Grid1)
|
||||||
{
|
{
|
||||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
Model.SGGLDB db = Funs.DB;
|
||||||
{
|
|
||||||
IQueryable<Model.Person_Persons> getDataList = from x in db.Person_Persons
|
IQueryable<Model.Person_Persons> getDataList = from x in db.Person_Persons
|
||||||
where x.PersonId != Const.sysglyId && x.PersonId != Const.hfnbdId && x.UnitId == Const.UnitId_SEDIN
|
where x.PersonId != Const.sysglyId && x.PersonId != Const.hfnbdId && x.UnitId == Const.UnitId_SEDIN
|
||||||
&& x.DepartId == Const.Depart_constructionId
|
&& x.DepartId == Const.Depart_constructionId
|
||||||
@@ -99,7 +98,6 @@ namespace BLL
|
|||||||
x.CertificateId,
|
x.CertificateId,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 获取当前项目及岗位
|
#region 获取当前项目及岗位
|
||||||
|
|||||||
Reference in New Issue
Block a user