|
@@ -40,7 +40,7 @@ public class JsonObjectHelper {
|
|
pointData.setPointTime(ts / 1000);
|
|
pointData.setPointTime(ts / 1000);
|
|
pointData.setPointValue(pointValue);
|
|
pointData.setPointValue(pointValue);
|
|
pointData.setPointValueInDouble(Double.parseDouble(pointValue));
|
|
pointData.setPointValueInDouble(Double.parseDouble(pointValue));
|
|
- System.out.println("key= " + tagName + ", ts = " + ts + ", value = " + pointValue);
|
|
|
|
|
|
+// System.out.println("key= " + tagName + ", ts = " + ts + ", value = " + pointValue);
|
|
result.add(pointData);
|
|
result.add(pointData);
|
|
}
|
|
}
|
|
return result;
|
|
return result;
|
|
@@ -68,7 +68,7 @@ public class JsonObjectHelper {
|
|
pointData.setPointTime(ts / 1000);
|
|
pointData.setPointTime(ts / 1000);
|
|
pointData.setPointValue(pointValue);
|
|
pointData.setPointValue(pointValue);
|
|
pointData.setPointValueInDouble(Double.parseDouble(pointValue));
|
|
pointData.setPointValueInDouble(Double.parseDouble(pointValue));
|
|
- System.out.println("key= " + tagName + ", ts = " + ts + ", value = " + pointValue);
|
|
|
|
|
|
+ // System.out.println("key= " + tagName + ", ts = " + ts + ", value = " + pointValue);
|
|
result.add(pointData);
|
|
result.add(pointData);
|
|
}
|
|
}
|
|
return result;
|
|
return result;
|
|
@@ -120,7 +120,7 @@ public class JsonObjectHelper {
|
|
pointData.setPointValue(pointValue);
|
|
pointData.setPointValue(pointValue);
|
|
pointData.setPointValueInDouble(Double.parseDouble(pointValue));
|
|
pointData.setPointValueInDouble(Double.parseDouble(pointValue));
|
|
pointData.setPointTime(ts/1000);
|
|
pointData.setPointTime(ts/1000);
|
|
- System.out.println("key= " + key + ", ts = " + ts + ", value = " + pointValue);
|
|
|
|
|
|
+// System.out.println("key= " + key + ", ts = " + ts + ", value = " + pointValue);
|
|
result.add(pointData);
|
|
result.add(pointData);
|
|
}
|
|
}
|
|
return result;
|
|
return result;
|