Commit 879ddd1b authored by 王亮's avatar 王亮

fix some issues.

parent 4b75d328
...@@ -100,7 +100,7 @@ public class SessionServiceImpl implements ISessionService { ...@@ -100,7 +100,7 @@ public class SessionServiceImpl implements ISessionService {
if (send) { if (send) {
//更新user_tag记录 //更新user_tag记录
applicationEventPublisher.publishEvent(new UserLoginEvent(this, UserTag.builder() applicationEventPublisher.publishEvent(new UserLoginEvent(this, UserTag.builder()
.userId(user.getId()).registeredFrom(sessionStruct.getRegisteredFrom()).tenantId(user.getTenantId()).build())); .userId(user.getId()).registeredFrom(properties.getCreatedFrom()).tenantId(user.getTenantId()).build()));
} }
return authBean; return authBean;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment