mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 12:00:11 +08:00
bugfix
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
from adapay_callback_record
|
from adapay_callback_record
|
||||||
where del_flag = '0'
|
where del_flag = '0'
|
||||||
and order_code = #{orderCode,jdbcType=VARCHAR}
|
and order_code = #{orderCode,jdbcType=VARCHAR}
|
||||||
|
order by create_time DESC limit 1
|
||||||
</select>
|
</select>
|
||||||
<select id="selectByPaymentId" resultMap="BaseResultMap">
|
<select id="selectByPaymentId" resultMap="BaseResultMap">
|
||||||
select
|
select
|
||||||
|
|||||||
Reference in New Issue
Block a user