fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java
@@ -327,5 +327,18 @@ * @return */ public List<ThreeSale> getValidWorkerIdsByTime(Long bossId, long limitTime); /** * 获取上几级邀请人 * @Title: getMyBossDeepList * @Description: * @param uid * @param deep 上deep级 * @return * List<ThreeSale> 返回类型 * @throws */ public List<ThreeSale> getMyBossDeepList(Long uid,int deep); }