Просмотр исходного кода

指定关键词 - appointkeyword

wfansh 5 месяцев назад
Родитель
Сommit
3868686dff

+ 3 - 3
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/seo/service/impl/SearchKeywordsServiceImpl.java

@@ -85,7 +85,7 @@ public class SearchKeywordsServiceImpl implements ISearchKeywordsService {
                 List<String> dateList =
                         seoKeywordsService.getKeywordsLastSevenDays(siteCode, 1, historyId);
                 if (ListUtil.isEmpty(dateList)) {
-                    comprehensiveStatistics.setSpecifyKeywordNum(
+                    comprehensiveStatistics.setAppointKeywordNum(
                             0 + " / " + kpiStatistics.getKpiTarget());
                     continue;
                 } else {
@@ -102,10 +102,10 @@ public class SearchKeywordsServiceImpl implements ISearchKeywordsService {
                         seoKeywordsService.getSeoRankInfo(
                                 siteCode, historyId, 1, standard, datesStr, "1");
                 if (rankInfo != null) {
-                    comprehensiveStatistics.setSpecifyKeywordNum(
+                    comprehensiveStatistics.setAppointKeywordNum(
                             rankInfo.getKeywordNum() + " / " + kpiStatistics.getKpiTarget());
                 } else {
-                    comprehensiveStatistics.setSpecifyKeywordNum(
+                    comprehensiveStatistics.setAppointKeywordNum(
                             0 + " / " + kpiStatistics.getKpiTarget());
                 }
             } else if ("LONG_TAIL_KEYWORDS".equals(kpiStatistics.getKpiCode())) {