Bläddra i källkod

Maj OrderShopRepository

feature/export_comptable
Guillaume 4 år sedan
förälder
incheckning
bc8cd26749
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. +3
    -0
      ShopBundle/Repository/OrderShopRepository.php

+ 3
- 0
ShopBundle/Repository/OrderShopRepository.php Visa fil

@@ -45,6 +45,9 @@ class OrderShopRepository extends BaseRepository implements DefaultRepositoryInt
->setParameter('dateEnd', $dateEnd)
;

$query->leftJoin('e.orderStatusHistories', 'orderStatusHistories')
->andWhere('SIZE(e.orderStatusHistories) > 0') ;

return $query->getQuery()->getResult() ;
}


Laddar…
Avbryt
Spara