Commit 8222c978 authored by chenzhao's avatar chenzhao

bug 2613 增添 39-40行 倒序条件

parent a8782d3d
...@@ -35,7 +35,9 @@ GROUP BY ...@@ -35,7 +35,9 @@ GROUP BY
g.dispatch_type, g.dispatch_type,
g.address, g.address,
g.is_distribution_agencies, g.is_distribution_agencies,
g.sequence_nbr; g.sequence_nbr
ORDER BY
g.rec_date desc;
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment