111
This commit is contained in:
@@ -151,6 +151,10 @@ namespace FineUIPro.Web.CQMS.Check
|
||||
strSql += " AND chec.unitId=@unitId";
|
||||
listStr.Add(new SqlParameter("@unitId", drpSponsorUnit.SelectedValue));
|
||||
}
|
||||
if (!string.IsNullOrEmpty(txtCheckMan.Text))
|
||||
{
|
||||
strSql += " AND u.UserName like '%"+ txtCheckMan.Text + "%' ";
|
||||
}
|
||||
if (drpUnitWork.SelectedValue != Const._Null)
|
||||
{
|
||||
strSql += " AND chec.unitworkId=@unitworkId";
|
||||
|
||||
Reference in New Issue
Block a user