| | |
| | | <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"> |
| | |
| | | #{item} |
| | | </foreach > |
| | | </select> |
| | | |
| | | |
| | | <select id="selectAllMember" resultType="com.xcong.excoin.modules.member.entity.MemberEntity"> |
| | | select * from member |
| | | </select> |
| | | </mapper> |