1.微服务谐波模块因influxDB数据库改正,更改部分sql语句
2.提交公共的字段、表到公共类中
This commit is contained in:
@@ -214,6 +214,16 @@ public interface InfluxDBPublicParam {
|
||||
*/
|
||||
String PQS_COMMUNICATE = "pqs_communicate";
|
||||
|
||||
/**
|
||||
* 终端在线率表
|
||||
*/
|
||||
String PQS_ONLINERATE = "pqs_onlinerate";
|
||||
|
||||
/**
|
||||
* 数据完整性表
|
||||
*/
|
||||
String PQS_INTEGRITY = "pqs_integrity";
|
||||
|
||||
/**
|
||||
* 终端在线率表公共字段
|
||||
*/
|
||||
@@ -224,9 +234,9 @@ public interface InfluxDBPublicParam {
|
||||
/**
|
||||
* 数据完整性表公共字段
|
||||
*/
|
||||
String DUE = "DUE";
|
||||
String DUE = "due";
|
||||
|
||||
String REAL = "REAL";
|
||||
String REAL = "real";
|
||||
|
||||
String DEV_INDEX = "dev_id";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user