From e0525c4e542885951a18f08d472cdb1a0f5dc3b2 Mon Sep 17 00:00:00 2001 From: xiaj <1784803958@qq.com> Date: Mon, 19 May 2025 09:10:53 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs b/SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs index b4b73ed..68c6ce8 100644 --- a/SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs @@ -71,7 +71,6 @@ namespace FineUIPro.Web.HSSE.EduTrain strSql += " AND p.PersonId = @PersonId"; listStr.Add(new SqlParameter("@PersonId", this.PersonId)); } - if (!string.IsNullOrEmpty(txtName.Text.Trim())) { strSql += " AND p.PersonName like '%" + txtName.Text.Trim() + "%'";