代码调整
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 每天固定时间分钟
|
||||
|
||||
Reference in New Issue
Block a user