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,11 @@ */ public ThreeSale getByWorkerIdAndTime(Long workerId, long time); /** * 邀请关系脱离 * @param workerId * @param bossId */ public void inviteSeparate(Long workerId, Long bossId); }