xiaoyong931011
2021-01-18 dd48d2c05e7ba09b11a3f7ccffd43c1b65ab1a9a
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">