xiaoyong931011
2021-05-28 6a0e1564efae8aa6069bddedef749bf5c8b9b0c4
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>