mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-06 23:18:01 +08:00
update 接口返回结果倒序
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user