fix 修复 用户注册 租户id没有传递问题
parent
51d1166f45
commit
d10a34545e
|
|
@ -132,6 +132,7 @@ public class SysLoginService {
|
|||
|
||||
// 注册用户信息
|
||||
RemoteUserBo remoteUserBo = new RemoteUserBo();
|
||||
remoteUserBo.setTenantId(tenantId);
|
||||
remoteUserBo.setUserName(username);
|
||||
remoteUserBo.setNickName(username);
|
||||
remoteUserBo.setPassword(BCrypt.hashpw(password));
|
||||
|
|
|
|||
Loading…
Reference in New Issue