From bd6a014b4e86caf9a62087bd7f662f15dd566c32 Mon Sep 17 00:00:00 2001 From: hgc Date: Mon, 24 Feb 2025 18:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B9=BF=E5=91=8A=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E5=90=8C=E6=AD=A5=E6=97=B6=E9=97=B4=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20GoogleAdsCustomers::last=5Fsync=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/GoogleOAuthService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/GoogleOAuthService.php b/app/service/GoogleOAuthService.php index c7a51db..59c7192 100644 --- a/app/service/GoogleOAuthService.php +++ b/app/service/GoogleOAuthService.php @@ -298,7 +298,7 @@ class GoogleOAuthService $sql = " UPDATE {$tableName} SET last_sync_time = :last_sync_time - where paltform = 2 and merchant_id = :merchant_id and account_id = :account_id + where platform = 2 and merchant_id = :merchant_id and account_id = :account_id "; ThinkDb::execute($sql, $data); }