mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
查询根据支付时间正序排序
This commit is contained in:
@@ -251,7 +251,7 @@
|
||||
where pay_scenario = 'balance'
|
||||
and member_id = #{memberId,jdbcType=VARCHAR}
|
||||
and success_time >= #{date,jdbcType=TIMESTAMP}
|
||||
order by success_time DESC
|
||||
order by success_time
|
||||
</select>
|
||||
|
||||
<select id="selectByOutTradeNo" resultMap="BaseResultMap">
|
||||
|
||||
Reference in New Issue
Block a user