调整部分prepare项目关于influx查询的代码

This commit is contained in:
2023-09-25 10:48:35 +08:00
parent cb979a153b
commit 5f6605a91f
105 changed files with 3250 additions and 5197 deletions

View File

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

View File

@@ -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", "用户响应枚举类型"),