From b3472526ffb687e65aeda0352aad70d2d3442dfd Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 07 Jun 2023 15:53:54 +0800
Subject: [PATCH] twoCoin项目修改

---
 src/main/resources/mapper/dapp/DappMemberDao.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/dapp/DappMemberDao.xml b/src/main/resources/mapper/dapp/DappMemberDao.xml
index 17a8aa4..6780bf5 100644
--- a/src/main/resources/mapper/dapp/DappMemberDao.xml
+++ b/src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -23,6 +23,9 @@
             <if test="record.accountStatus != null">
                 and a.account_status = #{record.accountStatus}
             </if>
+            <if test="record.accountType != null and record.accountType != ''">
+                and a.account_type = #{record.accountType}
+            </if>
             <if test="record.changeAble != null">
                 and a.change_able = #{record.changeAble}
             </if>

--
Gitblit v1.9.1