multi-tenancy

This commit is contained in:
MaxKey
2021-12-12 17:21:58 +08:00
parent df81c2ed68
commit c490551aef
104 changed files with 986 additions and 441 deletions

View File

@@ -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);