fix
Helius
2022-03-21 c24e182e6ba82ddb167f7c1f640c68aaec0ab0b7
src/main/resources/mapper/dapp/DappWalletCoinDao.xml
@@ -3,6 +3,6 @@
<mapper namespace="cc.mrbird.febs.dapp.mapper.DappWalletCoinDao">
    <select id="selectByMemberId" resultType="cc.mrbird.febs.dapp.entity.DappWalletCoinEntity">
        select * from dapp_member_coin where member_id=#{memberId}
        select * from dapp_wallet_coin where member_id=#{memberId}
    </select>
</mapper>