ndbs hace 10 meses
padre
commit
3660ccf357
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/UserApi.cs

+ 0
- 2
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/UserApi.cs Ver fichero

@@ -55,8 +55,6 @@ namespace Learun.Application.WebApi

#region 内部账户验证
UserEntity userEntity = userIBLL.CheckLogin(loginModel.username, loginModel.password);
userEntity.F_Password = null;
userEntity.F_Secretkey = null;

#region 写入日志
LogEntity logEntity = new LogEntity();


Cargando…
Cancelar
Guardar