From 4e50d926f30efa6c77273b460b7b313df729b729 Mon Sep 17 00:00:00 2001 From: maqiao <625215135@qq.com> Date: Wed, 30 Apr 2025 17:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=86=8C=E6=9F=A5=E8=AF=A2=E6=8C=89?= =?UTF-8?q?=E4=B8=8D=E5=B8=A6=E6=97=B6=E9=97=B4=E7=9A=84=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= 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 830d734..6749a9c 100644 --- a/DM_Weight/Report/GridReportUtil.cs +++ b/DM_Weight/Report/GridReportUtil.cs @@ -396,7 +396,7 @@ namespace DM_Weight.Report { SQL += " AND ab.drug_id='" + drug_id + "' "; } - SQL += " ORDER BY ab.drug_id,ab.Manu_No,ab.create_time asc,ab.id "; + SQL += " ORDER BY ab.create_date asc,ab.drug_id,ab.Manu_No,ab.id "; Report.DetailGrid.Recordset.QuerySQL = SQL; Report.PrintPreview(true);