@@ -61,6 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.del_flag = 0
<if test="status != null and status != ''">and a.status = #{status}</if>
</where>
+ ORDER BY a.create_time DESC
</select>
<select id="selectCount" resultType="java.lang.Integer">