新增广告账户同步时间更新 GoogleAdsCustomers::last_sync fixed

This commit is contained in:
hgc 2025-02-24 18:49:19 +08:00
parent f82da5e25b
commit bd6a014b4e

View File

@ -298,7 +298,7 @@ class GoogleOAuthService
$sql = " $sql = "
UPDATE {$tableName} UPDATE {$tableName}
SET last_sync_time = :last_sync_time 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); ThinkDb::execute($sql, $data);
} }