From 626d711cb15896055c13fe344eb7fcc824589715 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期四, 19 十二月 2019 15:38:42 +0800
Subject: [PATCH] 帮助中心

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 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 6cdf6b5..2be47b9 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
@@ -244,7 +244,7 @@
 	 * @param threeSaleOld
 	 * @throws ThreeSaleException
 	 */
-	public void bindRelationshipByWX(UserInfo invitee, Long inviterId, ThreeSale threeSaleOld) throws ThreeSaleException;
+	public void bindRelationshipByWX(UserInfo invitee, Long inviterId) throws ThreeSaleException;
 	
 	/**
 	* 鏍规嵁涓嬬骇鏌ユ壘瀵硅薄
@@ -299,4 +299,25 @@
 	 */
 	public ThreeSale getByWorkerIdAndTime(Long workerId, long time);
 
+	/**
+	 * 閭�璇峰叧绯昏劚绂�
+	 * @param workerId
+	 * @param bossId
+	 */
+	public void inviteSeparate(Long workerId, Long bossId);
+
+	
+	/*
+	 * 璇ラ槦鍛� 鍦ㄩ槦涓帓绗嚑
+	 */
+	public long getTeamOrderNumByWorkerId(Long workerId);
+
+	/**
+	 * 鏌ヨ鏈�杩戝叧绯� - 鏈夋晥鍒欎紭鍏�
+	 * @param bossId
+	 * @param workerId
+	 * @return
+	 */
+	public ThreeSale getNearRelationByBossIdAndWorkerId(Long bossId, Long workerId);
+
 }

--
Gitblit v1.8.0