Commit c69cbc93 authored by huangjiamin's avatar huangjiamin

查ips

parent c23481a3
...@@ -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); logger.error("{} -- ips {}", username, 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