xiaoyong931011
2023-06-02 1c60c0f2ab36bce52690451442399d5b113eb0e4
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -191,6 +191,7 @@
            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,
@@ -243,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>