yujian
2020-03-24 1d841af6d10c30b5eba4089a983c64fee662bbc9
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java
@@ -311,7 +311,7 @@
               String tearcherLink = configService.getByVersion(ConfigKeyEnum.tearcherLink.getKey(),
                     acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()));
               if (userActivedRecordService.canNotifyAddTearcher(uid)) {
               if (userActivedRecordService.canNotifyAddTearcher(uid) && !StringUtil.isNullOrEmpty(tearcherLink)) {
                  UserInfo userInfo = userInfoService.selectAvailableByPrimaryKey(uid);
                  if (userInfo != null) {
                     JumpDetailV2 jumpDetail = jumpDetailV2Service.getByTypeCache("web",