admin
2020-06-16 2886d5a6eee762ad7b776e930fc49b01fb64dd5e
fanli/src/main/java/com/yeshi/fanli/service/impl/user/integral/IntegralGetServiceImpl.java
@@ -270,13 +270,13 @@
   @Override
   public void addInviteLevelOne(Long uid, Long workerId) {
      try {
//         UserInfo boss = getBossByUid(uid);
//         if (boss != null)
//            addInviteLevelTwo(boss.getId());
         UserInfo boss = getBossByUid(uid);
         if (boss != null)
            addInviteLevelTwo(boss.getId());
         //addEventStatistic(uid, TaskUniqueKeyEnum.inviteLevelOne.name());
         addEventStatistic(uid, TaskUniqueKeyEnum.inviteLevelOne.name());
      } catch (Exception e) {
         // LogHelper.errorDetailInfo(e);
          //LogHelper.errorDetailInfo(e);
      }
   }
@@ -292,7 +292,7 @@
      try {
         addEventStatistic(uid, TaskUniqueKeyEnum.inviteLevelTwo.name());
      } catch (Exception e) {
         // LogHelper.errorDetailInfo(e);
          //LogHelper.errorDetailInfo(e);
      }
   }