v1.1 chargeRecord保存支付回调的国家和货币代码
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user