mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-30 08:00:00 +08:00
汇付支付 执行退款
This commit is contained in:
@@ -36,6 +36,13 @@
|
||||
from adapay_callback_record
|
||||
where id = #{id,jdbcType=VARCHAR}
|
||||
</select>
|
||||
<select id="selectByOrderCode" resultType="com.jsowell.pile.domain.AdapayCallbackRecord">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from adapay_callback_record
|
||||
where del_flag = '0'
|
||||
and order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
||||
delete from adapay_callback_record
|
||||
where id = #{id,jdbcType=VARCHAR}
|
||||
|
||||
Reference in New Issue
Block a user