@@ -45,7 +45,6 @@ class ReductionCatalogRepository extends BaseRepository implements DefaultReposi | |||
public function getReductionCatalogByProductFamilyConditions($productFamilyIds, $user) | |||
{ | |||
dump($user); | |||
$query = $this->findByMerchantQuery(); | |||
$query->andWhere('e.status = 1'); |