gao
2020-05-27 84d6908d149ba8b0f8a4ea335e71bcc0778d17f0
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>