xiaoyong931011
2020-05-28 43a6a555a36d3d9edfcb42dc2e58e511a5b2688c
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>