| | |
| | | */
|
| | | public List<ThreeSale> listSecondTeam(long start, int count, Long uid, List<Long> listId);
|
| | |
|
| | | public long countFirstTeam(Long uid);
|
| | |
|
| | | public long countSecondTeam(Long uid);
|
| | | |
| | | /**
|
| | | * 统计直接粉丝数量
|
| | | *
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public long countFirstTeam(Long uid);
|
| | | public long countFirstTeam(Long uid, List<Long> listId);
|
| | |
|
| | | /**
|
| | | * 统计间接粉丝数量
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public long countSecondTeam(Long uid);
|
| | | public long countSecondTeam(Long uid, List<Long> listId);
|
| | |
|
| | | /**
|
| | | * 查询邀请关系 时间筛选
|
| | |
| | | */
|
| | | public Long getTopBoss(Long uid);
|
| | |
|
| | |
|
| | | }
|