This commit is contained in:
parent
1e608129cd
commit
e0525c4e54
|
@ -71,7 +71,6 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
||||||
strSql += " AND p.PersonId = @PersonId";
|
strSql += " AND p.PersonId = @PersonId";
|
||||||
listStr.Add(new SqlParameter("@PersonId", this.PersonId));
|
listStr.Add(new SqlParameter("@PersonId", this.PersonId));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(txtName.Text.Trim()))
|
if (!string.IsNullOrEmpty(txtName.Text.Trim()))
|
||||||
{
|
{
|
||||||
strSql += " AND p.PersonName like '%" + txtName.Text.Trim() + "%'";
|
strSql += " AND p.PersonName like '%" + txtName.Text.Trim() + "%'";
|
||||||
|
|
Loading…
Reference in New Issue