admin
2019-03-13 69bee82b81626b82b7f39f0e459e4f56b1699b51
fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/ThreeSaleSerivce.java
@@ -23,7 +23,7 @@
   void bind(UserInfo invitee, UserInfo inviter) throws ThreeSaleException;
   void effective(UserInfo find);
   void effective(UserInfo worker);
   void validateTwentyFour();
@@ -242,5 +242,28 @@
    * @return
    */
   public List<ThreeSale> listByWorkerId(Long workerId);
   /**
    * 获取成功邀请关系数量
    * @param uid
    * @return
    */
   public int getSuccessRelationshipNum(Long uid);
   /**
    * 邀请码生成上下级关系
    * @param invitee
    * @param inviter
    * @throws ThreeSaleException
    */
   public void bindRelationshipByInviteCode(UserInfo invitee, UserInfo inviter) throws ThreeSaleException;
   /**
    * 统计邀请成功队员数量
    * @param uid
    * @return
    */
   public long countSuccessFirstTeam(Long uid);
}