fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java
@@ -340,6 +340,18 @@ * @throws */ public List<ThreeSale> getMyBossDeepList(Long uid,int deep); /** * 获取上级列表 * @Title: getMyBossDeepList * @Description: * @param uid * @return * List<ThreeSale> 返回类型 * @throws */ public List<ThreeSale> getMyBossDeepList(Long uid); /** * 查询未删除版-粉丝一级 @@ -373,4 +385,13 @@ */ public long countSecondTeamByUndeleted(Long uid); /** * 删除脱离队员 * @param id * @param uid * @param tid */ public void remvoeBreak(Long id, Long uid, Long tid); }