Commit acbda803 by Vladislav

#20697 Доработка добавления модификаторов

1 parent 8172088a
Showing with 1 additions and 0 deletions
...@@ -45,6 +45,7 @@ class BidModifiersDelete extends Command ...@@ -45,6 +45,7 @@ class BidModifiersDelete extends Command
->join('bid_modifiers', 'goal_bid_modifiers.bid_modifier_id', '=', 'bid_modifiers.id') ->join('bid_modifiers', 'goal_bid_modifiers.bid_modifier_id', '=', 'bid_modifiers.id')
->join('dictionary_campaigns', 'goal_bid_modifiers.dictionary_campaign_id', '=', 'dictionary_campaigns.id') ->join('dictionary_campaigns', 'goal_bid_modifiers.dictionary_campaign_id', '=', 'dictionary_campaigns.id')
->join('dictionaries', 'dictionary_campaigns.dictionary_id', '=', 'dictionaries.id') ->join('dictionaries', 'dictionary_campaigns.dictionary_id', '=', 'dictionaries.id')
->whereNotNull('goal_bid_modifiers.external_id')
->whereNotNull('bid_modifiers.deleted_at') ->whereNotNull('bid_modifiers.deleted_at')
->where('dictionaries.token_id', $token->id) ->where('dictionaries.token_id', $token->id)
->pluck('goal_bid_modifiers.external_id'); ->pluck('goal_bid_modifiers.external_id');
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!