@@ -118,7 +118,7 @@
AND a.status_flag='5'
</if>
- ORDER BY a.update_date DESC
+ ORDER BY a.number DESC
<if test="currentPage != null and currentPage != ''">
LIMIT ${startRecord}, ${pageSize}