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() + "%'";