admin
2020-05-16 03f9370b85d930bd232f72721e826b5875f898cb
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);
      }
   }