Helius
2020-05-25 6ac527e204fbcf9bc62f280eb925cddab291fe5b
src/main/resources/mapper/member/MemberDao.xml
@@ -5,4 +5,8 @@
    <select id="selectMemberInfoByAccount" resultType="com.xcong.excoin.modules.member.entity.MemberEntity">
        select * from member where phone=#{account} or email=#{account}
    </select>
    <select id="selectMemberInfoByRefererId" resultType="com.xcong.excoin.modules.member.entity.MemberEntity">
        select * from member where invite_id=#{refererId}
    </select>
</mapper>