纠正删除刷新临牌时,调用mapper错误。
纠正删除刷新临牌时,调用mapper错误。
This commit is contained in:
parent
82cf4e1775
commit
83bfb6073b
@ -76,7 +76,7 @@ public class OAuth2TokenServiceImpl implements OAuth2TokenService {
|
|||||||
|
|
||||||
// 已过期的情况下,删除刷新令牌
|
// 已过期的情况下,删除刷新令牌
|
||||||
if (DateUtils.isExpired(refreshTokenDO.getExpiresTime())) {
|
if (DateUtils.isExpired(refreshTokenDO.getExpiresTime())) {
|
||||||
oauth2AccessTokenMapper.deleteById(refreshTokenDO.getId());
|
oauth2RefreshTokenMapper.deleteById(refreshTokenDO.getId());
|
||||||
throw exception0(GlobalErrorCodeConstants.UNAUTHORIZED.getCode(), "刷新令牌已过期");
|
throw exception0(GlobalErrorCodeConstants.UNAUTHORIZED.getCode(), "刷新令牌已过期");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user