From 1da17d215d48e3e3aa9e8d7a3ef526904764f408 Mon Sep 17 00:00:00 2001
From: yujian <yujian>
Date: 星期一, 08 四月 2019 14:06:12 +0800
Subject: [PATCH] 1.5.3部分需求 提交

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/ThreeSaleSerivce.java |   39 ++++++++++++++++++---------------------
 1 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/ThreeSaleSerivce.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/ThreeSaleSerivce.java
index 08bf424..14d1edc 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/ThreeSaleSerivce.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/ThreeSaleSerivce.java
@@ -133,15 +133,6 @@
 
 	public long countSuperiorQuery(Integer state, Long uid);
 
-	/**
-	 * app绔竴绾ф煡璇�1.4.1
-	 * 
-	 * @param start
-	 * @param count
-	 * @param uid
-	 * @return
-	 */
-	public List<ThreeSale> listFirstTeam(long start, int count, Long uid);
 
 	/**
 	 * 缁熻鎵�鏈変竴绾ч槦鍛�
@@ -152,16 +143,6 @@
 	 * @return
 	 */
 	public long countFirstTeam(Long uid, Integer state);
-
-	/**
-	 * app绔簩绾ф煡璇�1.4.1
-	 * 
-	 * @param start
-	 * @param count
-	 * @param uid
-	 * @return
-	 */
-	public List<ThreeSale> listSecondTeam(long start, int count, Long uid);
 
 	/**
 	 * 缁熻浜岀骇闃熷憳
@@ -181,7 +162,7 @@
 	 * @param uid
 	 * @return
 	 */
-	public JSONObject getMyFirstTeam(long start, int count, Long uid);
+	public JSONObject getMyFirstTeam(long start, int count, Long uid, Integer state);
 
 	/**
 	 * 鍓嶇鏌ヨ浜岀骇闃熷憳
@@ -191,7 +172,7 @@
 	 * @param uid
 	 * @return
 	 */
-	public JSONObject getMySecondTeam(long start, int count, Long uid);
+	public JSONObject getMySecondTeam(long start, int count, Long uid, Integer state);
 
 	/**
 	 * 鑾峰彇涓婄骇
@@ -245,4 +226,20 @@
 	 */
 	public long countSuccessFirstTeam(Long uid);
 
+	/**
+	 * 鏍规嵁閭�璇疯�呮煡璇㈠叧绯�
+	 * 
+	 * @param workerId
+	 * @return
+	 */
+	public ThreeSale getByWorkerId(Long workerId);
+
+	/**
+	 * 寰俊婵�娲婚個璇烽槦鍛樺叧绯�
+	 * @param invitee
+	 * @param inviterId
+	 * @param threeSaleOld
+	 * @throws ThreeSaleException
+	 */
+	public void bindRelationshipByWX(UserInfo invitee, Long inviterId, ThreeSale threeSaleOld) throws ThreeSaleException;
 }

--
Gitblit v1.8.0