预试车管理优化

This commit is contained in:
2025-02-10 16:23:58 +08:00
parent 5579565e4f
commit bdeb0e14fe
3 changed files with 2 additions and 1 deletions
@@ -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;