Merge branch 'master' into 5.6-global
Showing
1 changed file
with
0 additions
and
3 deletions
service/src/main/java/com/yoho/search/consumer/service/logic/tools/ForbiddenPageIdsLogicService.java
@@ -72,9 +72,6 @@ public class ForbiddenPageIdsLogicService { | @@ -72,9 +72,6 @@ public class ForbiddenPageIdsLogicService { | ||
72 | } | 72 | } |
73 | 73 | ||
74 | public Map<String, Integer> getPageForbiddenSknCountMap() { | 74 | public Map<String, Integer> getPageForbiddenSknCountMap() { |
75 | - if (sknForbiddenPageIdsMap == null || sknForbiddenPageIdsMap.isEmpty()) { | ||
76 | - reloadForbiddenPageIds(); | ||
77 | - } | ||
78 | return this.pageForbiddenSknCountMap; | 75 | return this.pageForbiddenSknCountMap; |
79 | } | 76 | } |
80 | 77 |
-
Please register or login to post a comment