| | |
| | | public List<ThreeSaleDetail> listByBossUidAndMinLevel(Long bossUid, int minLevel, int page, int pageSize);
|
| | |
|
| | | public long countByBossUidAndMinLevel(Long bossUid, int minLevel);
|
| | | |
| | | |
| | | /**
|
| | | * 根据下级ID查询
|
| | | * @Title: listByWorkerUid
|
| | | * @Description: |
| | | * @param uid
|
| | | * @return |
| | | * List<ThreeSaleDetail> 返回类型
|
| | | * @throws
|
| | | */
|
| | | public List<ThreeSaleDetail> listByWorkerUid(Long uid);
|
| | |
|
| | | |
| | | /**
|
| | | * 查询关系
|
| | | * @param bossUid
|
| | | * @param workerUid
|
| | | * @return
|
| | | */
|
| | | ThreeSaleDetail getByBossUidAndWorkerUid(Long bossUid, Long workerUid);
|
| | |
|
| | | |
| | | /**
|
| | | * 统计粉丝代数内
|
| | | * @param bossUid
|
| | | * @param minLevel
|
| | | * @return
|
| | | */
|
| | | public long countByBossUidAndMaxLevel(Long bossUid, int minLevel);
|
| | |
|
| | | }
|