Commit 3fe30569 authored by youxiaoji's avatar youxiaoji

* [查找必要信息bug修复]

parent dac0d069
...@@ -47,7 +47,7 @@ public class InfoCollectorService { ...@@ -47,7 +47,7 @@ public class InfoCollectorService {
allKeys.removeAll(valueKeys); allKeys.removeAll(valueKeys);
log.info("lack keys {}", allKeys); log.info("lack keys {}", allKeys);
Set<String> lackInfos = new HashSet<>(); Set<String> lackInfos = new HashSet<>();
if(lackInfos.isEmpty()){ if(allKeys.isEmpty()){
log.info("info is good enough"); log.info("info is good enough");
return lackInfos; return lackInfos;
} }
......
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