From ae07c614d0790622f89b6cb4d86c10aed6ff6994 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Mon, 22 May 2023 13:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=94=AF=E4=BB=98=E6=9C=BA?= =?UTF-8?q?=E6=9E=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/pile/MemberTransactionRecordMapper.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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},