Helius
2020-12-02 b7d56a68d8f476ec411879bc9588f79e07cea560
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>