xiaoyong931011
2022-12-02 6feca7b6f433cf4558ad8423d6eb0ff109880c78
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -176,4 +176,17 @@
            </if>
        </where>
    </select>
    <select id="findTeamInfoListInPage" resultType="cc.mrbird.febs.dapp.vo.AdminTeamInfoVo">
        select
            a.address address,
            a.invite_id inviteId,
            a.account_type accountType,
            a.active_status activeStatus,
            a.id id
        from dapp_member a
        where
            (a.id in (select id from dapp_member where FIND_IN_SET(#{record.inviteId}, referer_ids)))
        order  by a.create_time desc
    </select>
</mapper>