Kaynağa Gözat

Merge branch 'wyp/1130-categoryClose' of Server/long-article-recommend into master

wangyunpeng 7 ay önce
ebeveyn
işleme
93d2a7e220

+ 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;