@@ -31,5 +31,6 @@
<if test="tpTransaction.isReported != null and tpTransaction.isReported != ''">
and t.is_reported = #{tpTransaction.isReported}
</if>
+ ORDER BY t.create_date desc
</select>
</mapper>