mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
multi-tenancy
This commit is contained in:
@@ -159,6 +159,7 @@ public abstract class AbstractAuthenticationRealm {
|
||||
historyLogin.setUserId(userInfo.getId());
|
||||
historyLogin.setUsername(userInfo.getUsername());
|
||||
historyLogin.setDisplayName(userInfo.getDisplayName());
|
||||
historyLogin.setInstId(userInfo.getInstId());
|
||||
|
||||
loginHistoryService.login(historyLogin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user