方法微调
This commit is contained in:
@@ -986,8 +986,9 @@ public class InfluxQueryWrapper {
|
||||
throw new RuntimeException("查询数值集合为空,请校验!");
|
||||
}
|
||||
for (Object obj : diffContent) {
|
||||
String fieldName = prefix + obj + suffix;
|
||||
this.select(fieldName,fieldName);
|
||||
String fieldName = prefix + obj;
|
||||
String resultName = suffix + obj;
|
||||
this.select(fieldName,resultName);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user