From 232cbad5bd7645d98a93a84214dbac102c9235d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= Date: Wed, 22 Feb 2023 17:14:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/module/Yi.Framework.OperLog/OperationLogService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Yi.Framework.Net6/src/module/Yi.Framework.OperLog/OperationLogService.cs b/Yi.Framework.Net6/src/module/Yi.Framework.OperLog/OperationLogService.cs index dc57a9aa..8c92681b 100644 --- a/Yi.Framework.Net6/src/module/Yi.Framework.OperLog/OperationLogService.cs +++ b/Yi.Framework.Net6/src/module/Yi.Framework.OperLog/OperationLogService.cs @@ -2,6 +2,8 @@ using NET.AutoWebApi.Setting; using Yi.Framework.Ddd.Services; using Yi.Framework.Ddd.Dtos; using Yi.Framework.Core.Attributes; +using Microsoft.AspNetCore.Mvc; +using SqlSugar; namespace Yi.Framework.OperLog {