ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/controller/AgentApplicationController.java
@@ -126,7 +126,7 @@ Long inviteUserId = byId1.getInviteUserId(); AppUser byId2 = appUserService.getById(inviteUserId); if (byId2 != null){ Integer point1 = getPoint(vipSetting, byId2, basePoint2); Integer point1 = getPoint(vipSetting, byId1, basePoint2); byId2.setPartGrowPoint(point1); appUserService.updateById(byId2); } @@ -150,7 +150,7 @@ } if (vipCenterService.checkReadyToBePartner(appUser.getId())){ if (vipCenterService.isEligibleForGlobalPartner(appUser.getId())){ return basePoint * i; } return 0;