Compare commits
2 Commits
c8b9b6f730
...
0088ac746d
| Author | SHA1 | Date | |
|---|---|---|---|
| 0088ac746d | |||
| 88bf4b215b |
@@ -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