报表基础模块:1、ureport-community解析时间问题修复;2、内置模板复制不做权限限制;

This commit is contained in:
gaoqr
2024-09-11 17:37:31 +08:00
parent 9beaa203e0
commit f4cb4c6fab
6 changed files with 17 additions and 47 deletions
@@ -28,6 +28,5 @@ public final class ErrorCodeConstants {
public static final ErrorCode DATASET_NOT_EXISTS = new ErrorCode(1_003_003_001, "报表数据集不存在或权限不足");
public static final ErrorCode DATASET_SQL_INJECTION_RISK = new ErrorCode(1_003_003_002, "存在SQL注入风险");
public static final ErrorCode DATASET_SQL_REQUIRED = new ErrorCode(1_003_003_003, "SQL语句不能为空");
public static final ErrorCode DATASET_SQL_ILLEGAL = new ErrorCode(1_003_003_004, "SQL语句非法");
public static final ErrorCode DATASET_GET_FIELDS_ERROR = new ErrorCode(1_003_003_005, "获取表字段");
public static final ErrorCode DATASET_GET_FIELDS_ERROR = new ErrorCode(1_003_003_004, "获取表字段异常");
}