From b2f084f3d025e5de7ce218ee9c1fa2b34b40e212 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 11 Nov 2022 03:17:10 +0800
Subject: [PATCH] 20221021

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

diff --git a/src/main/resources/mapper/dapp/DappWalletCoinDao.xml b/src/main/resources/mapper/dapp/DappWalletCoinDao.xml
index 52265fa..0c9114f 100644
--- a/src/main/resources/mapper/dapp/DappWalletCoinDao.xml
+++ b/src/main/resources/mapper/dapp/DappWalletCoinDao.xml
@@ -121,6 +121,7 @@
             dapp_wallet_coin a
         inner join dapp_member b on a.member_id = b.id
         where a.total_amount <![CDATA[ >= ]]> 51
+and b.identity != 'LEVEL_TM'
     </select>
 
     <update id="addTotalAndaddAvailableByMemberId">

--
Gitblit v1.9.1