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(); @@ -259,4 +259,11 @@ */ public void bindRelationshipByInviteCode(UserInfo invitee, UserInfo inviter) throws ThreeSaleException; /** * 统计邀请成功队员数量 * @param uid * @return */ public long countSuccessFirstTeam(Long uid); }