fix:数据查询优化

This commit is contained in:
2026-03-18 14:14:45 +08:00
parent 597a015ffd
commit 8decbf5181
5 changed files with 50 additions and 8 deletions

View File

@@ -36,4 +36,7 @@ public class CreateDirReq {
@Schema(description = "标签请求参数")
private TagReq tagReq;
@Schema(description = "是否跳过权限校验默认为false", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
private Boolean skipPermissionCheck = false;
}

View File

@@ -42,6 +42,9 @@ public class GetSimulationTaskFileReq extends BaseReq {
@Schema(description = "文件类型字典值")
private String fileTypeDictValue;
@Schema(description = "二次搜索需要满足的第二类文件类型字典值 (1,2,3,4)")
private String secondFileTypeDictValue;
@Schema(description = "学科类型字典类")
private String disciplineTypeDictClass;