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>