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);