1
This commit is contained in:
@@ -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() + "%'";
|
||||||
|
|||||||
Reference in New Issue
Block a user