diff --git a/jsowell-pile/src/main/resources/mapper/pile/MemberTransactionRecordMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/MemberTransactionRecordMapper.xml index 89fe4cf1d..93aa65cd1 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/MemberTransactionRecordMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/MemberTransactionRecordMapper.xml @@ -10,6 +10,7 @@ + @@ -19,7 +20,7 @@ - id, order_code, scenario_type, member_id, action_type, pay_mode, amount, out_trade_no, + id, order_code, scenario_type, member_id, action_type, pay_mode, payment_institutions, amount, out_trade_no, transaction_id, out_refund_no, refund_id, create_time @@ -45,6 +46,9 @@ pay_mode, + + payment_institutions, + amount, @@ -83,6 +87,9 @@ #{payMode,jdbcType=VARCHAR}, + + #{paymentInstitutions,jdbcType=VARCHAR}, + #{amount,jdbcType=VARCHAR},