喻健
2018-11-16 1580be6a4c9b9921d4b6c2ae4fb9580355bb1d33
fanli/src/main/java/com/yeshi/fanli/controller/client/DynamicRecommendController.java
@@ -178,6 +178,11 @@
      if (!matcher.find()) {// 不包含链接
         // 商品详情
         // 发现
         // 没有链接,标题过长也不处理
         if (text.length() > 50) {
            out.print(JsonUtil.loadFalseResult("值过长"));
            return;
         }
         SearchFilter sf = new SearchFilter();
         sf.setKey(text);