|
|
@@ -802,11 +802,11 @@ namespace Learun.Application.Web.Controllers |
|
|
|
else |
|
|
|
{ |
|
|
|
OperatorHelper.Instance.AddLoginUser(userEntity.F_Account, "Learun_ADMS_6.1_PC", null);//写入缓存信息 |
|
|
|
//写入日志 |
|
|
|
//写入日志 |
|
|
|
logEntity.F_ExecuteResult = 1; |
|
|
|
logEntity.F_ExecuteResultJson = "无ui接口登录成功"; |
|
|
|
logEntity.WriteLog(); |
|
|
|
return Success("login success"); |
|
|
|
return Success("login success",new{userType=userEntity?.F_Description}); |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|