|
@ -25,7 +25,7 @@ |
|
|
|
|
|
|
|
|
<!-- 逻辑删除授权信息 --> |
|
|
<!-- 逻辑删除授权信息 --> |
|
|
<update id="updateOldAuthorizationInfo"> |
|
|
<update id="updateOldAuthorizationInfo"> |
|
|
update authorization_info set del_flag = 1 where customer_id = #{customerId} AND client_type = #{clientType} |
|
|
update authorization_info set del_flag = 1 where authorizer_appid = #{authAppId} |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
<!-- 询即将过期的 authorizer_access_token --> |
|
|
<!-- 询即将过期的 authorizer_access_token --> |
|
|