From 56af0f468f321d41db70343abf558d61cda58d31 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 05 九月 2025 15:40:20 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/CommonServer/LogRecords/Queries/GetExceptionLogsQuery.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Models/CommonServer/LogRecords/Queries/GetExceptionLogsQuery.cs b/FlexJobApi.Core/Models/CommonServer/LogRecords/Queries/GetExceptionLogsQuery.cs index 9c78884..63175de 100644 --- a/FlexJobApi.Core/Models/CommonServer/LogRecords/Queries/GetExceptionLogsQuery.cs +++ b/FlexJobApi.Core/Models/CommonServer/LogRecords/Queries/GetExceptionLogsQuery.cs @@ -10,7 +10,7 @@ /// <summary> /// 寮傚父鏃ュ織鍒嗛〉鍒楄〃鏌ヨ /// </summary> - [Resource([EnumResourceController.LogRecords])] + [Resource([EnumResourceController.CommonServerLogRecords])] public class GetExceptionLogsQuery : PagedListQuery<GetExceptionLogsQueryResult, GetExceptionLogsQueryResultItem> { /// <summary> -- Gitblit v1.9.1