update 接口返回结果倒序

This commit is contained in:
Guoqs
2024-09-09 16:25:01 +08:00
parent fd79bd0339
commit 5634463d9a

View File

@@ -564,6 +564,7 @@
from clearing_withdraw_info from clearing_withdraw_info
where del_flag = '0' where del_flag = '0'
and merchant_id = #{merchantId,jdbcType=VARCHAR} and merchant_id = #{merchantId,jdbcType=VARCHAR}
order by create_time desc
</select> </select>
<select id="queryTotalWithdraw" resultType="java.math.BigDecimal"> <select id="queryTotalWithdraw" resultType="java.math.BigDecimal">