diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs index 297941ad9..9d33e6187 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs @@ -17,6 +17,7 @@ using System.Configuration; using System.Linq; using System.Net.Http; using System.Security.Cryptography; +using System.Security.Policy; using System.Text; using System.Web; using System.Web.Mvc; @@ -1038,6 +1039,8 @@ namespace Learun.Application.Web.Controllers functionVisitEntity.PIsLoginSuccess = true; functionVisitEntity.PContent = "成功转到统一认证网站:" + perfun.FUrl; functionVisitIbll.SaveEntity(null, functionVisitEntity); + + Util.Log.LogHelper.Info($"2{perfun.FUrl};"); return Redirect(perfun.FUrl); } else