Helius
2021-06-01 f95df31ceef45cf6486a1bf5be90e5e4075fdb1a
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>