fanli/src/main/java/com/yeshi/fanli/controller/client/v1/InviteGetMoneyController.java
@@ -104,8 +104,8 @@ data.put("moneyLastMonth", "---"); } else { // 我的队员 long myFirstTeamCount = threeSaleSerivce.getFirstUsersCount(Long.parseLong(uid)); long mySecondTeamCount = threeSaleSerivce.getSecondUsersCount(Long.parseLong(uid)); long myFirstTeamCount = threeSaleSerivce.countFirstTeam(Long.parseLong(uid)); long mySecondTeamCount = threeSaleSerivce.countSecondTeam(Long.parseLong(uid)); long myTeamCount = myFirstTeamCount + mySecondTeamCount; data.put("myTeam", myTeamCount); // 1.5.0后已经不使用此字段