Commit 3fe30569 authored by youxiaoji's avatar youxiaoji

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

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