Commit 10cd257b authored by renjie's avatar renjie

log日志

parent f9e02597
...@@ -309,7 +309,8 @@ public class ShopServiceImpl implements ShopService { ...@@ -309,7 +309,8 @@ public class ShopServiceImpl implements ShopService {
if (shops == null || shops.getNumberOfElements() < 1) if (shops == null || shops.getNumberOfElements() < 1)
return new ShopPageResultDto(); return new ShopPageResultDto();
List<ShopDto> shopDtos = new ArrayList<>(); List<ShopDto> shopDtos = new ArrayList<>();
logger.error("numberofelem" + shops.getNumberOfElements()); logger.error("numberofelem " + shops.getNumberOfElements());
logger.error("totalelements " + shops.getTotalElements());
shops.getContent().stream().forEach(x -> { shops.getContent().stream().forEach(x -> {
IpResource ipResource = ipResourceRepository.findByAddrAndIsDeleted(x.getIp(), false); IpResource ipResource = ipResourceRepository.findByAddrAndIsDeleted(x.getIp(), false);
if (ipResource == null) if (ipResource == null)
......
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