$this->joinMainOrderShop(); | $this->joinMainOrderShop(); | ||||
return $this | return $this | ||||
->andWhere('mainOrderShop.section = :section') | |||||
->setParameter('section', $section); | |||||
->andWhere('mainOrderShop.section = :sectionMainOrderShop') | |||||
->setParameter('sectionMainOrderShop', $section); | |||||
} | } | ||||
public function filterIsNullMainOrderShop(): self | public function filterIsNullMainOrderShop(): self |