parent
ddd640c7c1
commit
3a26a9cfbc
|
@ -332,7 +332,7 @@ public class UserService {
|
||||||
MSException.throwException(Translator.get("user_email_already_exists"));
|
MSException.throwException(Translator.get("user_email_already_exists"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
user.setPassword(null);
|
||||||
user.setUpdateTime(System.currentTimeMillis());
|
user.setUpdateTime(System.currentTimeMillis());
|
||||||
userMapper.updateByPrimaryKeySelective(user);
|
userMapper.updateByPrimaryKeySelective(user);
|
||||||
// 禁用用户之后,剔除在线用户
|
// 禁用用户之后,剔除在线用户
|
||||||
|
|
Loading…
Reference in New Issue