xiaoyong931011
2023-05-31 de272f760b766b7b950e92ae3e730f2b8d801b8d
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -190,6 +190,7 @@
        select
            a.invite_id inviteId,
            a.account_type accountType,
            a.active_status activeStatus,
            b.ausd_amount ausdAmount,
            b.nft_devote nftDevote,
            b.amount amount,
@@ -242,4 +243,9 @@
        select * from dapp_member
            where active_status = 1
    </select>
    <select id="selectByNodetype" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity">
        select * from dapp_member
            where node_type = 1
    </select>
</mapper>