报表基础模块:1、报表三大对象列表筛选、操作权限完善;2、报表接口恢复@PreAuthorize权限控制;

This commit is contained in:
gaoqr
2024-09-09 17:26:45 +08:00
parent 0101e58216
commit 927e062737
14 changed files with 185 additions and 148 deletions
@@ -25,7 +25,7 @@ public final class ErrorCodeConstants {
// ========== UREPORT dataset模块 1-003-003-000 ==========
public static final ErrorCode DATASET_NOT_EXISTS = new ErrorCode(1_003_003_001, "报表数据集不存在");
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语句非法");