代码调整

This commit is contained in:
2023-04-19 16:23:05 +08:00
parent 592615691c
commit d10cc6d02b
5 changed files with 128 additions and 246 deletions

View File

@@ -59,7 +59,7 @@ public interface InfluxDBSqlConstant {
/**
* " as value "
*/
String AS_VALUE = StrPool.C_SPACE+"as value"+StrPool.C_SPACE;
String AS_VALUE = StrPool.C_SPACE + "as value" + StrPool.C_SPACE;
String EQ = "=";
String QM = "'";
@@ -99,7 +99,7 @@ public interface InfluxDBSqlConstant {
/**
* 时间
*/
String TIME = "time";
String TIME = "time" + StrPool.C_SPACE;
/**
* 每天固定时间分钟