fix
Helius
2022-07-16 4de72879e8647d27da1b49b71404be2cacf8ce2c
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>