From 996d4d06738c3a26c36a2fa915e6cff78c04f4d0 Mon Sep 17 00:00:00 2001 From: liangkun Date: Mon, 13 Dec 2021 14:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=94=A8=E6=88=B7=E5=A7=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs index e43c5c53e..60f582c58 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs @@ -715,7 +715,7 @@ namespace Learun.Application.Web.Controllers logEntity.F_CategoryId = 2; logEntity.F_OperateTypeId = ((int)OperationType.Visit).ToString(); logEntity.F_OperateType = EnumAttribute.GetDescription(OperationType.Visit); - logEntity.F_OperateAccount = userInfo.account; + logEntity.F_OperateAccount = userInfo.account + "(" + userInfo.realName + ")"; logEntity.F_OperateUserId = userInfo.userId; logEntity.F_Module = moduleName; logEntity.F_ExecuteResult = 1;