fix
Helius
2022-07-15 ef49bcedc5f787cbf47fca657b751a6727189f5e
src/main/resources/mapper/dapp/DappIdoAssetsDao.xml
@@ -5,4 +5,8 @@
    <select id="selectByMemberId" resultType="cc.mrbird.febs.dapp.entity.DappIdoAssetsEntity">
        select * from dapp_ido_assets where member_id=#{memberId}
    </select>
    <select id="selectListHasAssets" resultType="cc.mrbird.febs.dapp.entity.DappIdoAssetsEntity">
        select * from dapp_ido_assets where coin_amount > 0
    </select>
</mapper>