From da795cf0ca24f2165c29b9cfcc8d6962483bfa5d Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Wed, 17 Apr 2024 14:30:25 +0800
Subject: [PATCH] 55测试环境
---
src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml b/src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml
index 63033e5..b1876db 100644
--- a/src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml
+++ b/src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml
@@ -11,6 +11,7 @@
platform_symbols_coin a
LEFT JOIN member_coin_address b ON a.id = b.symbolscoin_id
AND member_id = #{memberId}
+ where a.name in ('USDT', 'XCH')
GROUP BY
a.id,
a. NAME
--
Gitblit v1.9.1