@@ -37,6 +37,7 @@ id, uid, aid, content, create_time
<if test="aid != null and aid != ''">
and a.aid = #{aid}
</if>
+ order by a.create_time desc
</where>
<if test="page_sql != null">
${page_sql}