diff --git a/app/service/GoogleOAuthService.php b/app/service/GoogleOAuthService.php index c7b7b57..5ebe3a0 100644 --- a/app/service/GoogleOAuthService.php +++ b/app/service/GoogleOAuthService.php @@ -222,10 +222,14 @@ class GoogleOAuthService ON CONFLICT (platform,merchant_id,account_id) DO UPDATE SET user_id = EXCLUDED.user_id, + platform_user_id = EXCLUDED.platform_user_id, + platform_user_name = EXCLUDED.platform_user_name, account_name = EXCLUDED.account_name, access_token = EXCLUDED.access_token, refresh_token = EXCLUDED.refresh_token, is_unbind = EXCLUDED.is_unbind, + is_del = 'f', + ext_info = EXCLUDED.ext_info, currency = EXCLUDED.currency, updated_at = CURRENT_TIMESTAMP";