wzy
2020-11-01 cbf7a2cc9807f1647a92d9ffc3f51791f8ac9ca0
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>