1.微服务谐波模块因influxDB数据库改正,更改部分sql语句

2.提交公共的字段、表到公共类中
This commit is contained in:
njcn_dhj
2022-06-29 11:39:25 +08:00
parent 90af2c3693
commit 246ef1c15e
3 changed files with 33 additions and 22 deletions

View File

@@ -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";