yujian
2019-08-27 d8359ddb48dab5cc797a9d552e11fde571f4920c
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/IntegralControllerV2.java
@@ -109,7 +109,6 @@
   @Resource
   private JumpDetailV2Service jumpDetailV2Service;
   
   /**
    * 获取任务列表
    * 
@@ -191,11 +190,11 @@
            UserInfoExtraVO extraVO = userInfoExtraService.getInfoExtraVOByUid(uid);
            if (extraVO == null || StringUtil.isNullOrEmpty(extraVO.getInviteCode())) {
               JumpDetailV2 jumpDetailV2 = jumpDetailV2Service.getByTypeCache("invite_activate",
                     Constant.getPlatformCode(acceptData.getPlatform()), Integer.parseInt(acceptData.getVersion()));
                     Constant.getPlatformCode(acceptData.getPlatform()),
                     Integer.parseInt(acceptData.getVersion()));
               
               taskClassVO.setJumpDetail(jumpDetailV2);
            }
            
            String progress = taskClassVO.getProgress();
            if (StringUtil.isNullOrEmpty(progress))
@@ -421,7 +420,6 @@
      }
   }
   
   /**
    * 兑换金币
    * 
@@ -549,7 +547,7 @@
      }
      IntegralTaskRecord record = null;
      try {
         record = integralGetService.addEventStatistic(uid, event, null);
         record = integralGetService.addEventStatistic(uid, event);
      } catch (IntegralGetException e) {
      }
      if (record == null) {