@@ -213,7 +213,7 @@
<if test="aid != null">
and n.aid = #{aid}
</if>
- order by n.create_time desc
+ order by n.create_time desc limit 1000
</select>