Commit 6edd6650 by 王明范

filter fix

parent 70d2074b
......@@ -704,7 +704,7 @@ public class SuggestTask {
}
// 年数据过滤
if (suggestKeywordInfo.getYearCount() < 2 || suggestKeywordInfo.getYearClickCount() < 2) {
if ((suggestKeywordInfo.getYearCount() < 2 || suggestKeywordInfo.getYearClickCount() < 2) && suggestKeywordInfo.getYearCount() < 10) {
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment