xiaoyong931011
2021-05-28 56a985a15e74c16ede9ef354750c82b1e35b97e5
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>