新增广告账户同步时间更新 GoogleAdsCustomers::last_sync fixed
This commit is contained in:
parent
f82da5e25b
commit
bd6a014b4e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user