质量管理;移交管理
This commit is contained in:
@@ -70,12 +70,17 @@ namespace FineUIPro.Web.Transfer
|
||||
// listStr.Add(new SqlParameter("@InspectionDateZ", Funs.GetNewDateTime(txtEndTime.Text.Trim())));
|
||||
//}
|
||||
|
||||
if (!string.IsNullOrEmpty(this.txtSystem.Text.Trim()))
|
||||
{
|
||||
strSql += " AND SystemName like @SystemName";
|
||||
listStr.Add(new SqlParameter("@SystemName", "%" + this.txtSystem.Text.Trim() + "%"));
|
||||
}
|
||||
//if (!string.IsNullOrEmpty(this.txtSystem.Text.Trim()))
|
||||
//{
|
||||
// strSql += " AND SystemName like @SystemName";
|
||||
// listStr.Add(new SqlParameter("@SystemName", "%" + this.txtSystem.Text.Trim() + "%"));
|
||||
//}
|
||||
|
||||
if (!string.IsNullOrEmpty(this.txtSysSubNo.Text.Trim()))
|
||||
{
|
||||
strSql += " AND Test_Package like @SysSubNo";
|
||||
listStr.Add(new SqlParameter("@SysSubNo", "%" + this.txtSysSubNo.Text.Trim() + "%"));
|
||||
}
|
||||
strSql += " order by INSTRUMENTATION ";
|
||||
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
|
||||
Reference in New Issue
Block a user