From 7c07f2ce9bc5ad8d976838b0dcfbfa6dc539e9a4 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 10 Jan 2025 16:40:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=B8=85=E7=90=86=E6=97=A5=E5=BF=97=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/CommonServices.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index d07b6ba8..cc8b0e10 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -4260,7 +4260,8 @@ public partial class CommonServices : BaseServices>, ICommon { "GlobalErrorLog", "GlobalInformationLog", - "GlobalWarningLog" + "GlobalWarningLog", + "AuditSqlLog" }; var dt = DateTime.Now.AddMonths(-3);