|
|
@ -350,8 +350,9 @@ public class ComponentVerifyTicketServiceImpl implements ComponentVerifyTicketSe |
|
|
|
formDTO.setExpiresInTime(expiresInTime); |
|
|
|
formDTO.setCustomerId(customerId); |
|
|
|
formDTO.setAuthAppid(authAppId); |
|
|
|
formDTO.setClientType(clientType); |
|
|
|
//先逻辑删除,在插入
|
|
|
|
authorizationInfoDao.updateOldAuthorizerAccessToken(willOverDueDTO.getCustomerId(),clientType); |
|
|
|
authorizationInfoDao.updateOldAuthorizerAccessToken(customerId,clientType); |
|
|
|
authorizationInfoDao.insertAuthorizerAccessToken(formDTO); |
|
|
|
|
|
|
|
//缓存 refreshAuthorizerAccessToken
|
|
|
|