wangyunpeng 11 months ago
parent
commit
5b63e4c4c0

+ 3 - 1
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/remote/ArticleListRemoteService.java

@@ -36,7 +36,9 @@ public class ArticleListRemoteService {
                 "msg_time");
         JSONObject bodyParam = new JSONObject();
         bodyParam.put("account_nickname", accountName);
-        bodyParam.put("filter_same", false);
+        bodyParam.put("min_time", null);
+        bodyParam.put("max_time", "99999999_999999");
+        bodyParam.put("filter_same", true);
         bodyParam.put("filter_sensitive", false);
         bodyParam.put("index_list", indexList);
         bodyParam.put("keys", keys);