This commit is contained in:
夏菊 2025-05-19 09:10:53 +08:00
parent 1e608129cd
commit e0525c4e54
1 changed files with 0 additions and 1 deletions

View File

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