| | |
| | | IPage<AdminTeamInfoVo> findTeamInfoListInPage(Page<AdminTeamInfoVo> page, @Param("record")DappMemberEntity dappMemberEntity); |
| | | |
| | | DappMemberInfoVo selectByMemberId(@Param("id")Long id); |
| | | |
| | | List<DappMemberEntity> selectByInviteIds(@Param("list")List<String> referrerIdList); |
| | | |
| | | /** |
| | | * 获取级别为Type,且直推中有type级别的用户信息 |
| | | * @param type |
| | | * @return |
| | | */ |
| | | List<DappMemberEntity> selectMemberByAccountTypeAnd(@Param("accountType")String type); |
| | | |
| | | List<DappMemberEntity> selectChildAgentListByAccountType(@Param("inviteId") String inviteId, @Param("accountType")String accountType); |
| | | |
| | | BigDecimal selectAllAchieveByInviteId(@Param("inviteId")String inviteId); |
| | | |
| | | List<DappMemberEntity> selectMemberByNotAccountType(@Param("accountType")String type); |
| | | } |