调整部分prepare项目关于influx查询的代码
This commit is contained in:
@@ -11,7 +11,6 @@ public interface BizParamConstant {
|
||||
* 前端查询时间类型
|
||||
* 1年 2季度 3月份 4周 5日
|
||||
*/
|
||||
String s = "测试jenkins打包";
|
||||
String STAT_BIZ_YEAR = "1";
|
||||
String STAT_BIZ_QUARTER = "2";
|
||||
String STAT_BIZ_MONTH = "3";
|
||||
|
||||
@@ -66,7 +66,9 @@ public enum CommonResponseEnum {
|
||||
|
||||
REQUEST_EMPTY("A0027", "当前请求web环境为空"),
|
||||
|
||||
EXPORT_FILE_ERROR("A00551","数据完整报表下载异常"),
|
||||
EXPORT_FILE_ERROR("A0051","数据完整报表下载异常"),
|
||||
|
||||
PREPARE_RESPONSE_ENUM("A0089", "预处理响应枚举类型"),
|
||||
|
||||
USER_RESPONSE_ENUM("A0090", "用户响应枚举类型"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user