@@ -68,5 +68,6 @@
<if test="param.wxStatus != null">and wx_status = #{param.wxStatus}</if>
<if test="param.status != null">and status = #{param.status}</if>
</where>
+ order by id desc
</select>
</mapper>