From d6e76e8a3793ba14bb79aba67856fb7af91f6107 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Jun 2023 14:37:09 +0800
Subject: [PATCH] twoCoin项目修改
---
src/main/resources/mapper/dapp/DappMemberDao.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/dapp/DappMemberDao.xml b/src/main/resources/mapper/dapp/DappMemberDao.xml
index 457c34b..b0acad8 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 a.account_type = #{record.accountType}
+ </if>
<if test="record.changeAble != null">
and a.change_able = #{record.changeAble}
</if>
@@ -191,6 +194,7 @@
a.invite_id inviteId,
a.account_type accountType,
a.active_status activeStatus,
+ a.node_type nodeType,
b.ausd_amount ausdAmount,
b.nft_devote nftDevote,
b.amount amount,
--
Gitblit v1.9.1