parent
ba61bc5282
commit
9c61e57fb0
|
@ -313,7 +313,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