Helius
2020-11-10 b3c62a5c103bf6f9c3426ba75449c47bc5d33504
src/main/resources/mapper/member/MemberCoinAddressDao.xml
@@ -88,4 +88,9 @@
         and tag = #{tag}
      </if>
   </select>
   <select id="selectTdCoinWalletByAddress" resultType="com.xcong.excoin.modules.member.entity.TdCoinWallet">
      select * from td_coin_wallet
      where address=#{address} and symbol=#{symbol}
   </select>
</mapper>