Helius
2020-08-28 17b12b82967c65d170b7bda3c79e3aa76ecfa746
src/main/resources/mapper/member/MemberDao.xml
@@ -3,7 +3,7 @@
<mapper namespace="com.xcong.excoin.modules.member.dao.MemberDao">
    <select id="selectMemberInfoByAccount" resultType="com.xcong.excoin.modules.member.entity.MemberEntity">
        select * from member where phone=#{account} or email=#{account}
        select * from member where phone=#{account} or email=#{account} or invite_id=#{account}
    </select>
    <select id="selectMemberInfoByInviteId" resultType="com.xcong.excoin.modules.member.entity.MemberEntity">