From a198d4c9ec45a7a9bb43c440f7e971f7e2f2059e Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Mon, 20 Nov 2023 20:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=9C=BA=E8=80=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs index 4303fc89..1d8be303 100644 --- a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs @@ -213,7 +213,7 @@ namespace FineUIPro.Web.HSSE.SitePerson string strSql = @"select max(TestScores) from dbo.Training_TestRecord AS TestRecord LEFT JOIN dbo.Training_TestPlan AS TestPlan ON TestPlan.TestPlanId=TestRecord.TestPlanId LEFT JOIN dbo.Training_TestTraining AS Training ON Training.TrainingId = TestRecord.TestType - where (TestPlan.PlanName LIKE '%入场培训试题%' OR Training.TrainingName LIKE '%入场培训试题%' ) and TestRecord.ProjectId='" + CurrUser.LoginProjectId + "' and TestManId = '" + TestManId + "' "; + where (TestPlan.PlanName LIKE '%入场%' OR Training.TrainingName LIKE '%入场%' ) and TestRecord.ProjectId='" + CurrUser.LoginProjectId + "' and TestManId = '" + TestManId + "' "; System.Data.DataTable tb = SQLHelper.GetDataTableRunText(strSql, null);