From 3ff7b00ee071c913f3187b139e8ad7538c23e46c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 31 Oct 2022 15:35:22 +0800
Subject: [PATCH] 20221021
---
src/main/resources/mapper/dapp/DappBankDao.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/dapp/DappBankDao.xml b/src/main/resources/mapper/dapp/DappBankDao.xml
index df539f5..f2385df 100644
--- a/src/main/resources/mapper/dapp/DappBankDao.xml
+++ b/src/main/resources/mapper/dapp/DappBankDao.xml
@@ -15,6 +15,7 @@
<select id="selectBankListByMemberId" resultType="cc.mrbird.febs.dapp.vo.ApiBankListVo">
select
concat(left(a.card_code,4), '******', right(a.card_code,4)) cardCode,
+ a.card_code cardCodeClear,
a.member_name memberName,
a.id id
from dapp_bank a
--
Gitblit v1.9.1