admin
2020-05-13 3b681c9fb373c6f39c8db38e37b4508bd7c3c9e1
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后已经不使用此字段