xiaoyong931011
2023-06-01 d7772a85b6c015687dce0b74467f805cb3150559
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -190,6 +190,8 @@
        select
            a.invite_id inviteId,
            a.account_type accountType,
            a.active_status activeStatus,
            a.node_type nodeType,
            b.ausd_amount ausdAmount,
            b.nft_devote nftDevote,
            b.amount amount,
@@ -242,4 +244,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>