测试提交

This commit is contained in:
maqiao 2025-10-15 11:33:51 +08:00
parent 8896b9cfec
commit 079e75bc58
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ namespace DM_Weight.Report
Report.DetailGrid.Recordset.ConnectionString = gridConnectionString;
Report.DetailGrid.Recordset.QuerySQL = SQL;
Report.PrintPreview(true);
Report.PrintPreview(true);
}
public static void PrintReportAccountBook(DateTime? startDate, DateTime? endDate, string drug_id)
{