@@ -40,6 +40,7 @@
<if test="date != null and date != ''">
AND a.date = #{date}
</if>
+ ORDER BY a.id DESC
</select>
<!--分页获取异常记录的总数量-->