Kaynağa Gözat

访问日志增加用户姓名

金隅分支
liangkun 2 yıl önce
ebeveyn
işleme
996d4d0673
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs Dosyayı Görüntüle

@@ -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;


Yükleniyor…
İptal
Kaydet