Helius
2021-05-24 0b10fd71ce7a6c32b70eef96f0ceb5a516306d6b
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