mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
修复登录问题
This commit is contained in:
@@ -91,6 +91,7 @@ public class SystemLoginServiceImpl implements ISystemLoginService {
|
||||
|
||||
// 记录登录日志
|
||||
this.recordLoginLog(sysAdmin.getId(), loginsValidate.getUsername(), "");
|
||||
iSystemAuthAdminService.cacheAdminUserByUid(sysAdmin.getId());
|
||||
|
||||
// 响应登录信息
|
||||
SystemLoginVo vo = new SystemLoginVo();
|
||||
|
||||
Reference in New Issue
Block a user