admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConvertLinkController.java
@@ -71,8 +71,8 @@
      Gson gson = JsonUtil.getApiCommonGson();
      data.put("list", gson.toJson(list));
      data.put("tip", configService.get(ConfigKeyEnum.convertDocTip.getKey()));
      data.put("helpLink", configService.get(ConfigKeyEnum.convertDocHelpLink.getKey()));
      data.put("tip", configService.getValue(ConfigKeyEnum.convertDocTip.getKey(),acceptData.getSystem()));
      data.put("helpLink", configService.getValue(ConfigKeyEnum.convertDocHelpLink.getKey(),acceptData.getSystem()));
      String text = redisManager.getCommonString(RedisKeyEnum.convertLinkDocTemp.getKey() + uid);
      if (text != null) {