Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
968cf814a761d387b9fc33d10aa62197ba9e7cef
Authored by
王通
2023-06-09 09:06:20 +0800
1 parent
f363ab22
build: skipped
1.
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/filter/WhiteIpFilter.java
src/main/java/com/bsth/filter/WhiteIpFilter.java
View file @
968cf81
...
...
@@ -54,6 +54,7 @@ public class WhiteIpFilter implements Filter {
54
54
for (WhiteIp whiteIp : whiteIps) {
55
55
if (ip.equals(whiteIp.getIp())) {
56
56
isMatch = true;
57
+ break;
57
58
}
58
59
}
59
60
}
...
...