Helius
2021-05-14 c1d4d95aeb2cf3572401d7bc00ab6af0ba38a4d5
src/main/resources/mapper/member/MemberDao.xml
@@ -87,4 +87,8 @@
        where (find_in_set(#{inviteId}, a.referer_ids) or invite_id=#{inviteId})
        and agent_level in (1, 2)
    </select>
    <select id="selectPartnerMemberList" resultType="com.xcong.excoin.modules.member.entity.MemberEntity">
        select * from member where is_trader=1
    </select>
</mapper>