修改员工考核
This commit is contained in:
@@ -429,7 +429,7 @@ namespace BLL
|
||||
public static List<Model.SitePerson_Person> GetSitePersonsByProjectIds(List<string> ProjectIds)
|
||||
{
|
||||
return (from x in Funs.DB.SitePerson_Person
|
||||
where ProjectIds.Contains(x.ProjectId) && x.RoleIds.Length > 1
|
||||
where ProjectIds.Contains(x.ProjectId) && x.RoleIds.Length > 1 && x.States == Const.ProjectPersonStates_1
|
||||
select x).ToList();
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user