预试车管理优化
This commit is contained in:
@@ -44,6 +44,7 @@ namespace FineUIPro.Web.TestRun.DriverReport
|
||||
strSql += " AND report.MonthReportCode LIKE @monthReportCode";
|
||||
listStr.Add(new SqlParameter("@monthReportCode", "%" + this.txtMonthReportCode.Text.Trim() + "%"));
|
||||
}
|
||||
strSql += " ORDER BY report.SortId ";
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
Grid1.RecordCount = tb.Rows.Count;
|
||||
|
||||
Reference in New Issue
Block a user