diff --git a/SGGL/WebAPI/Controllers/PersonController.cs b/SGGL/WebAPI/Controllers/PersonController.cs index fd9533c1..9b320806 100644 --- a/SGGL/WebAPI/Controllers/PersonController.cs +++ b/SGGL/WebAPI/Controllers/PersonController.cs @@ -896,7 +896,7 @@ namespace WebAPI.Controllers join persons in Funs.DB.Person_Persons on x.IdentityCard equals persons.IdentityCard join traindetail in Funs.DB.Training_TestRecord on x.PersonId equals traindetail.TestManId where x.ProjectId == projectId && !x.ExchangeTime.HasValue && traindetail.ProjectId == projectId - && x.States == Const.ProjectPersonStates_1 && x.CardNo.Length > 5 && persons.PhotoUrl != null && traindetail.TestScores >= 60 + && x.CardNo.Length > 5 && persons.PhotoUrl != null && traindetail.TestScores >= 60 // where personIds.Contains(x.PersonId) select new {