冲突
This commit is contained in:
@@ -19,7 +19,7 @@ import java.util.stream.Collectors;
|
||||
* @createTime 2021/11/16 11:07
|
||||
*/
|
||||
|
||||
public class test {
|
||||
public class DataTest {
|
||||
|
||||
//查询
|
||||
public static QueryResult select(InfluxDbUtils influxDBUtil) {
|
||||
@@ -81,9 +81,8 @@ public class test {
|
||||
|
||||
long time = Long.parseLong("1646180719000");
|
||||
Map<String, String> tags = new HashMap<>();
|
||||
<<<<<<< .mine tags.put("LineID", "fd4ffb0dd33eafaaf403b07a3fc1afe5");
|
||||
======= tags.put("line_id", "89604adcaf7df6284fdaa352ccaba56b");
|
||||
>>>>>>> .theirs Map<String, Object> fields = new HashMap<>();
|
||||
tags.put("LineID", "fd4ffb0dd33eafaaf403b07a3fc1afe5");
|
||||
Map<String, Object> fields = new HashMap<>();
|
||||
fields.put("VU_Dev1",5.706);
|
||||
fields.put("VU_Dev2",5.706);
|
||||
fields.put("VU_Dev3",5.706);
|
||||
Reference in New Issue
Block a user