Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
胡古飞
2017-04-01 17:35:39 +0800
Commit
ac7215a3d3140cdbd8b6b6128d8e8863b53def9e
1 parent
ebdf0d42
fix ForbiddenPageIdsLogicService BUG
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
service/src/main/java/com/yoho/search/consumer/service/logic/tools/ForbiddenPageIdsLogicService.java
service/src/main/java/com/yoho/search/consumer/service/logic/tools/ForbiddenPageIdsLogicService.java
View file @
ac7215a
...
...
@@ -70,7 +70,7 @@ public class ForbiddenPageIdsLogicService {
}
private
boolean
isNeedReload
()
{
if
(
sknForbiddenPageIdsMap
==
null
||
sknForbiddenPageIdsMap
.
isEmpty
())
{
if
(
sknForbiddenPageIdsMap
==
null
)
{
return
true
;
}
return
false
;
...
...
Please
register
or
login
to post a comment