From 4de6a3bff347a6d0a7eb76066b0891dfd3975a95 Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Wed, 13 May 2026 20:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=87=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/WebAPI/Controllers/PersonController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {