wzy
2021-01-04 f084b91abd2b7374f79db79aa01aa198c6b103f6
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>