From 09e388b01a62bcc9694f1b634fc8dcfbfa9e5ccb Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 6 Jun 2024 17:20:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index e2fc03275..b0d95ad1e 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -3127,7 +3127,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common var entity = item.Entity as VisitTask; var userRealName = await _dbContext.User.Where(x => x.Id == entity.DoctorUserId).Select(x => x.FullName).FirstOrDefaultAsync(); - var obj = new { UserRealName= userRealName }; + object obj = new { UserRealName= userRealName }; #region 标识区分