xiaoyong931011
2021-01-15 292a4634d9c52ce193eca9de356d65960bdc35f4
src/main/resources/mapper/member/MemberCoinAddressDao.xml
@@ -81,4 +81,16 @@
      select * from member_coin_address
      where symbol=#{symbol}
   </select>
   <select id="selectAllSymbolAddress" resultType="string" parameterType="map">
      select address from member_coin_address where symbol =#{symbol}
      <if test="tag!=null and tag !=''">
         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>