Pu Zhibing
2024-12-10 d9bcc1f955e1cddc6a38e55f769205a9330d3c89
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/AppUserService.java
@@ -57,4 +57,20 @@
    * @return
    */
   List<NearbyReferrerVo> getNearbyReferrer(NearbyReferrer nearbyReferrer);
   /**
    * 获取用户的祖籍列表
    */
   List<AppUser> getUserAncestorList(Long id,List<AppUser> list);
   /**
    * 获取指定用户的直帮上级用户(消费用户绑定的上级,最近一个用户会员类型为【创业者】的用户)
    */
   AppUser getSuperiorLeader(Long id);
   /**
    * 解绑推广人
    */
   void unbindThePromoter();
}