From 9083f525d6538e0bb5dd7ddf9865a1d4cb076094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B7=A7?= <625215135@qq.com> Date: Mon, 13 Oct 2025 13:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E6=96=B9=E4=B8=93=E7=94=A8=E8=B4=A6?= =?UTF-8?q?=E5=86=8C=E6=8C=89=E6=97=B6=E9=97=B4=E5=8E=BB=E6=8E=89=E5=80=92?= =?UTF-8?q?=E5=BA=8F=E6=8E=92=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DM_Weight/Report/GridReportUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DM_Weight/Report/GridReportUtil.cs b/DM_Weight/Report/GridReportUtil.cs index 4c336ff..a688926 100644 --- a/DM_Weight/Report/GridReportUtil.cs +++ b/DM_Weight/Report/GridReportUtil.cs @@ -460,7 +460,7 @@ namespace DM_Weight.Report { SQL += " AND ac.drug_id='" + drug_id + "' "; } - SQL += " ORDER BY di.drug_id,ac.create_time desc"; + SQL += " ORDER BY di.drug_id,ac.create_time"; Report.DetailGrid.Recordset.QuerySQL = SQL; Report.PrintPreview(true);