| | |
| | | <mapper namespace="cc.mrbird.febs.dapp.mapper.DappMemberDao"> |
| | | |
| | | <select id="selectByAddress" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity"> |
| | | select * from dapp_member where address=#{address} |
| | | select * from dapp_member where address=#{address} and chain_type=#{chain} |
| | | </select> |
| | | |
| | | <select id="selectMemberInfoByInviteId" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity"> |
| | |
| | | |
| | | <select id="selectAllMemberForInCome" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity"> |
| | | select * from dapp_member |
| | | where account_status=1 |
| | | where account_status=1 and source = 1 |
| | | </select> |
| | | |
| | | <select id="selectAgentMemberList" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity"> |