public function getReductionCatalogByProductFamilyConditions($productFamilyIds, $user) | public function getReductionCatalogByProductFamilyConditions($productFamilyIds, $user) | ||||
{ | { | ||||
dump($user); | |||||
$query = $this->findByMerchantQuery(); | $query = $this->findByMerchantQuery(); | ||||
$query->andWhere('e.status = 1'); | $query->andWhere('e.status = 1'); |