add
Helius
2022-03-22 32b3653d7abcf029d1c7f8bc5efc30569dd22d2f
src/main/resources/mapper/dapp/DappWalletMineDao.xml
@@ -3,6 +3,6 @@
<mapper namespace="cc.mrbird.febs.dapp.mapper.DappWalletMineDao">
    <select id="selectByMemberId" resultType="cc.mrbird.febs.dapp.entity.DappWalletMineEntity">
        select * from dapp_member_mine where member_id=#{memberId}
        select * from dapp_wallet_mine where member_id=#{memberId}
    </select>
</mapper>