From 34e13f1dcb99627ff768f5cc37d3e6c7fb692fce Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Jun 2023 14:48:56 +0800
Subject: [PATCH] twoCoin项目修改

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

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

--
Gitblit v1.9.1