汇付支付 执行退款

This commit is contained in:
2023-05-27 16:01:27 +08:00
parent 35413920d3
commit 6cba1f84c5
9 changed files with 83 additions and 7 deletions

View File

@@ -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}