Commit 35093b3d by Vladislav

#19498 Снхронизация объявлений с целевыми

1 parent 299db702
Showing with 1 additions and 1 deletions
...@@ -91,7 +91,7 @@ class AdvertisementsUpdate extends Command ...@@ -91,7 +91,7 @@ class AdvertisementsUpdate extends Command
'goal_advertisements.goal_v_card_external_id as goal_v_card_external_id', 'goal_advertisements.goal_v_card_external_id as goal_v_card_external_id',
'advertisements.ad_image_hash as ad_image_hash', 'advertisements.ad_image_hash as ad_image_hash',
'goal_advertisements.goal_sitelink_external_id as goal_sitelink_external_id', 'goal_advertisements.goal_sitelink_external_id as goal_sitelink_external_id',
DB::raw("JSON_OBJECTAGG('AdExtensionId', goal_ad_extensions.external_id, 'Operation', 'SET') as ad_extensions"), DB::raw("JSON_ARRAYAGG(JSON_OBJECT('AdExtensionId', goal_ad_extensions.external_id, 'Operation', 'SET')) as ad_extensions"),
'advertisements.video_extension as video_extension', 'advertisements.video_extension as video_extension',
'advertisements.price_extension as price_extension', 'advertisements.price_extension as price_extension',
'advertisements.turbo_page_id as turbo_page_id', 'advertisements.turbo_page_id as turbo_page_id',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!