@@ -127,7 +127,7 @@
'预制' AS "displayStatus"
FROM dkic_b.t_mst_role
<include refid="Condition"/>
- ORDER BY display_no
+ ORDER BY display_no desc
<if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">
limit #{end} offset #{start}
</if>