v1.1 chargeRecord保存支付回调的国家和货币代码

This commit is contained in:
2022-10-10 17:13:55 +08:00
parent 026879c688
commit f64e3a95e9

View File

@@ -337,7 +337,7 @@
country = #{record.country,jdbcType=VARCHAR},
</if>
<if test="record.localCurrencyCode != null">
local_currency_ode = #{record.localCurrencyCode,jdbcType=VARCHAR},
local_currency_code = #{record.localCurrencyCode,jdbcType=VARCHAR},
</if>
<if test="record.localAmount != null">
local_amount = #{record.localAmount,jdbcType=BIGINT},