Commit 44f8646d authored by renjie's avatar renjie

本地ipbug

parent e3dde0f6
......@@ -570,7 +570,7 @@ public class IpResourceServiceImpl implements IpResourceService {
ipResourceRepository.save(x);
}
else {
if (x.getStatus() != 3 && x.getStatus() != 4) {
if (x.getStatus() != 4 && x.getStatus() != 5) {
x.setStatus(0);
ipResourceRepository.save(x);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment