Helius
2020-05-29 8e64d903658a8df9eebc873c1c72c68f9b9bda32
src/main/resources/mapper/member/MemberDao.xml
@@ -5,4 +5,9 @@
    <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>