|
@@ -1883,7 +1883,7 @@ public class EdosUtil implements IEdosUtil {
|
|
|
Optional<String> tagName = Optional.ofNullable(tagNameString);
|
|
|
Optional<Long> ts = Optional.ofNullable(time * 1000);
|
|
|
String url = baseURL + "/history/section?tagNames=" + tagName.get() + "&ts=" + ts.get();
|
|
|
- if (tagNameString.startsWith("GF-")){
|
|
|
+ if (tagNameString.contains("GF-")){
|
|
|
url = baseURL2 + "/history/section?tagNames=" + tagName.get() + "&ts=" + ts.get();
|
|
|
}
|
|
|
try {
|