wzy
2020-05-19 91484bb4417567ec8f953bc52b0ee0a8f47309d8
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 referer_id=#{refererId}
    </select>
</mapper>