Authored by 胡古飞

fix ForbiddenPageIdsLogicService BUG

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