...
|
...
|
@@ -70,7 +70,7 @@ public class ForbiddenPageIdsLogicService { |
|
|
}
|
|
|
|
|
|
private boolean isNeedReload() {
|
|
|
if (sknForbiddenPageIdsMap == null || sknForbiddenPageIdsMap.isEmpty()) {
|
|
|
if (sknForbiddenPageIdsMap == null) {
|
|
|
return true;
|
|
|
}
|
|
|
return false;
|
...
|
...
|
|