From bdeb0e14fe68e37893ebf5479e4ccc4ded12050d Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Mon, 10 Feb 2025 16:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AF=95=E8=BD=A6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DataBase/版本日志/SGGLDB_WH_V2025-02-11-xiaj.sql | Bin 0 -> 1700 bytes .../TestRun/DriverReport/MonthReport.aspx.cs | 1 + SGGL/WebAPI/WebAPI.csproj.user | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 DataBase/版本日志/SGGLDB_WH_V2025-02-11-xiaj.sql 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 0000000000000000000000000000000000000000..1172450a0089261e098bb889528e29427341a123 GIT binary patch literal 1700 zcmcgsO>fgc6r58Jd{msM#06g0G^?d3H3KC;hpPxJM#nfE&FL}cwPpoqa8IH-*ypz* z_82)}^&XKM`nH*0!x6IosLP_V{6F1_t`AYt&SQ-qk@ptWw6Lv;ihfP97ln4n-sgN5 zE1Y}W=`p&)k+`u78yi$!cIN98D^;c|2dvRkuPo-JuDV2Qao;kqr9WFcwfNndJ3?cmwY&Etam)w`k* zjg#R3?o#>E*=gxrHQvi04+jN~+Z=Z|){tR83oov|z4%6O8z<7MRD52#QNPZ51$LFk zUFw!+<_gEEcJ+W9_o;7NSAA7Plt>i3N8Ds}i&Y#B!QNzKz*8ybP*mDb49S765tlp@^%TUjjXlwqPWW5EKcTQ$9%s-~A Fe*r~&Cm;X- literal 0 HcmV?d00001 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