diff --git a/DataBase/版本日志/SGGLDB_WH_V2025-02-11-xiaj.sql b/DataBase/版本日志/SGGLDB_WH_V2025-02-11-xiaj.sql new file mode 100644 index 00000000..1172450a Binary files /dev/null and b/DataBase/版本日志/SGGLDB_WH_V2025-02-11-xiaj.sql differ diff --git a/SGGL/FineUIPro.Web/TestRun/DriverReport/MonthReport.aspx.cs b/SGGL/FineUIPro.Web/TestRun/DriverReport/MonthReport.aspx.cs index 4d3eba0f..2f4182ce 100644 --- a/SGGL/FineUIPro.Web/TestRun/DriverReport/MonthReport.aspx.cs +++ b/SGGL/FineUIPro.Web/TestRun/DriverReport/MonthReport.aspx.cs @@ -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; diff --git a/SGGL/WebAPI/WebAPI.csproj.user b/SGGL/WebAPI/WebAPI.csproj.user index 59ad2199..d989db4f 100644 --- a/SGGL/WebAPI/WebAPI.csproj.user +++ b/SGGL/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@  - Release|Any CPU + Debug|Any CPU true