Helius
2020-11-24 45b922e93d8cf867a46f15d1db30c7e380e965b1
src/main/resources/mapper/member/MemberCoinAddressDao.xml
@@ -81,4 +81,11 @@
      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>
</mapper>