全量更新
This commit is contained in:
parent
ed76184db2
commit
4de6a3bff3
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue