Procházet zdrojové kódy

品类查询暂时关闭

wangyunpeng před 7 měsíci
rodič
revize
f181495002

+ 1 - 1
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recommend/recall/RecallService.java

@@ -171,7 +171,7 @@ public class RecallService implements ApplicationContextAware {
             return content;
         }
         // category 查询
-        setContentCategory(content);
+//        setContentCategory(content);
         // 标题历史均值
         setTitleAvgViewCount(content, param.getGhId(), param.getType());
         return content;