Showing
1 changed file
with
1 additions
and
1 deletions
service/src/main/java/com/yoho/search/consumer/service/logic/tools/ForbiddenPageIdsLogicService.java
@@ -70,7 +70,7 @@ public class ForbiddenPageIdsLogicService { | @@ -70,7 +70,7 @@ public class ForbiddenPageIdsLogicService { | ||
70 | } | 70 | } |
71 | 71 | ||
72 | private boolean isNeedReload() { | 72 | private boolean isNeedReload() { |
73 | - if (sknForbiddenPageIdsMap == null || sknForbiddenPageIdsMap.isEmpty()) { | 73 | + if (sknForbiddenPageIdsMap == null) { |
74 | return true; | 74 | return true; |
75 | } | 75 | } |
76 | return false; | 76 | return false; |
-
Please register or login to post a comment