@@ -174,5 +174,6 @@
<if test="type==1">
and a.accept_amb_id = #{id}
</if>
+ order by a.create_time desc
</select>
</mapper>