Commit c23481a3 authored by huangjiamin's avatar huangjiamin

七天过期清除改为三天过期清除

parent 2730d903
...@@ -658,7 +658,7 @@ public class IpResourceServiceImpl implements IpResourceService { ...@@ -658,7 +658,7 @@ public class IpResourceServiceImpl implements IpResourceService {
// 去掉重复 ip // 去掉重复 ip
List<String> allIpIds = ipResources.stream().distinct().map(IpResource::getId).collect(Collectors.toList()); List<String> allIpIds = ipResources.stream().distinct().map(IpResource::getId).collect(Collectors.toList());
logger.error("getIpList -- ips {} 删除失败", allIpIds);
// 根据过滤条件来分页获取 ip 资源 // 根据过滤条件来分页获取 ip 资源
amount = amount > 100 ? 100 : amount; amount = amount > 100 ? 100 : amount;
......
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