This commit is contained in:
2024-01-25 19:19:59 +08:00
parent f590c95d94
commit 12ecb5309e
9 changed files with 334 additions and 300 deletions
@@ -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";