parent
1dfe608a83
commit
f4b72ce50e
|
@ -312,7 +312,7 @@ namespace DM_Weight.Report
|
||||||
{
|
{
|
||||||
SQL += $" and oi.order_no='{orderNo}'";
|
SQL += $" and oi.order_no='{orderNo}'";
|
||||||
}
|
}
|
||||||
SQL += " order by di.drug_id,oi.recv_date";
|
SQL += " order by di.drug_id,oi.recv_date,dm.ordinalNum";
|
||||||
|
|
||||||
Report.DetailGrid.Recordset.ConnectionString = gridConnectionString;
|
Report.DetailGrid.Recordset.ConnectionString = gridConnectionString;
|
||||||
Report.DetailGrid.Recordset.QuerySQL = SQL;
|
Report.DetailGrid.Recordset.QuerySQL = SQL;
|
||||||
|
|
Loading…
Reference in New Issue