Helius
2020-05-31 88005d6b087bac11ecc58ead1dfa6083cee69da2
src/main/resources/mapper/member/MemberDao.xml
@@ -7,6 +7,7 @@
    </select>
    <select id="selectMemberInfoByRefererId" resultType="com.xcong.excoin.modules.member.entity.MemberEntity">
        select * from member where referer_id=#{refererId}
        select * from member where invite_id=#{refererId}
    </select>
</mapper>