yujian
2019-12-18 89cc8f054c27f70fcfe16f14554a8a12e0c19e23
fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java
@@ -306,4 +306,18 @@
    */
   public void inviteSeparate(Long workerId, Long bossId);
   /*
    * 该队员 在队中排第几
    */
   public long getTeamOrderNumByWorkerId(Long workerId);
   /**
    * 查询最近关系 - 有效则优先
    * @param bossId
    * @param workerId
    * @return
    */
   public ThreeSale getNearRelationByBossIdAndWorkerId(Long bossId, Long workerId);
}