修复登录问题
This commit is contained in:
parent
124b1ff5dd
commit
798d12c16f
|
|
@ -91,6 +91,7 @@ public class SystemLoginServiceImpl implements ISystemLoginService {
|
|||
|
||||
// 记录登录日志
|
||||
this.recordLoginLog(sysAdmin.getId(), loginsValidate.getUsername(), "");
|
||||
iSystemAuthAdminService.cacheAdminUserByUid(sysAdmin.getId());
|
||||
|
||||
// 响应登录信息
|
||||
SystemLoginVo vo = new SystemLoginVo();
|
||||
|
|
|
|||
Loading…
Reference in New Issue