admin
2020-03-20 c3a5e164cbabbfc5f66e1356cb0de657ce3f58b9
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",