fix
Helius
2022-07-16 2b84cc5d3b0fd316464d982426ea87f2b87db555
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>