From c6b718c3cadf5e5fff4c2a47fd1247842439f8c7 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期三, 15 四月 2020 10:45:18 +0800 Subject: [PATCH] 团队消息 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java | 74 +++++++++++++++++++++++++++++++++++++ 1 files changed, 74 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java index 66f0820..4b1b943 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java @@ -320,4 +320,78 @@ */ public ThreeSale getNearRelationByBossIdAndWorkerId(Long bossId, Long workerId); + /** + * 鏍规嵁鏃堕棿绛涢�夊嚭鏈夋晥绮変笣 + * @param bossId + * @param limitTime + * @return + */ + public List<ThreeSale> getValidWorkerIdsByTime(Long bossId, long limitTime); + + + /** + * 鑾峰彇涓婂嚑绾ч個璇蜂汉 + * @Title: getMyBossDeepList + * @Description: + * @param uid + * @param deep 涓奷eep绾� + * @return + * List<ThreeSale> 杩斿洖绫诲瀷 + * @throws + */ + public List<ThreeSale> getMyBossDeepList(Long uid,int deep); + + + /** + * 鑾峰彇涓婄骇鍒楄〃 + * @Title: getMyBossDeepList + * @Description: + * @param uid + * @return + * List<ThreeSale> 杩斿洖绫诲瀷 + * @throws + */ + public List<ThreeSale> getMyBossDeepList(Long uid); + + /** + * 鏌ヨ鏈垹闄ょ増-绮変笣涓�绾� + * @param start + * @param count + * @param uid + * @return + */ + public List<ThreeSale> listFirstTeamByUndeleted(long start, int count, Long uid); + + /** + * 缁熻绮変笣涓�绾� + * @param uid + * @return + */ + public long countFirstTeamByUndeleted(Long uid); + + /** + * 鏌ヨ鏈垹闄ょ増-绮変笣浜岀骇 + * @param start + * @param count + * @param uid + * @return + */ + public List<ThreeSale> listSecondTeamByUndeleted(long start, int count, Long uid); + + /** + * 缁熻绮変笣浜岀骇 + * @param uid + * @return + */ + public long countSecondTeamByUndeleted(Long uid); + + + /** + * 鍒犻櫎鑴辩闃熷憳 + * @param id + * @param uid + * @param tid + */ + public void remvoeBreak(Long id, Long uid, Long tid); + } -- Gitblit v1.8.0