全量更新

This commit is contained in:
李超 2026-05-13 20:18:34 +08:00
parent ed76184db2
commit 4de6a3bff3
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ namespace WebAPI.Controllers
join persons in Funs.DB.Person_Persons on x.IdentityCard equals persons.IdentityCard 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 join traindetail in Funs.DB.Training_TestRecord on x.PersonId equals traindetail.TestManId
where x.ProjectId == projectId && !x.ExchangeTime.HasValue && traindetail.ProjectId == projectId 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) // where personIds.Contains(x.PersonId)
select new select new
{ {