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>